Quellcode durchsuchen

dropped parserOptions.project array from pioneer/.eslintrc.js

it was forcing us to add a tsconfig.json file at the root which didn't make sense
Mokhtar Naamani vor 4 Jahren
Ursprung
Commit
49daa93cc2
2 geänderte Dateien mit 0 neuen und 9 gelöschten Zeilen
  1. 0 6
      pioneer/.eslintrc.js
  2. 0 3
      tsconfig.json

+ 0 - 6
pioneer/.eslintrc.js

@@ -3,12 +3,6 @@ const base = require('@polkadot/dev-react/config/eslint');
 // add override for any (a metric ton of them, initial conversion)
 module.exports = {
   ...base,
-  parserOptions: {
-    ...base.parserOptions,
-    project: [
-      './tsconfig.json'
-    ]
-  },
   rules: {
     ...base.rules,
     '@typescript-eslint/no-explicit-any': 'off',

+ 0 - 3
tsconfig.json

@@ -1,3 +0,0 @@
-{
-
-}