Guillermo Bescos 1 рік тому
батько
коміт
b90526679e
1 змінених файлів з 10 додано та 0 видалено
  1. 10 0
      target_chains/solana/sdk/js/solana_utils/.eslintrc.js

+ 10 - 0
target_chains/solana/sdk/js/solana_utils/.eslintrc.js

@@ -0,0 +1,10 @@
+module.exports = {
+  root: true,
+  parser: "@typescript-eslint/parser",
+  plugins: ["@typescript-eslint"],
+  extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
+  rules: {
+    "@typescript-eslint/no-explicit-any": "off",
+    "@typescript-eslint/ban-ts-comment": "off",
+  },
+};