This reverts commit 49daa93cc2c3e735aa5859835a999254c667741d.
@@ -3,6 +3,12 @@ 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,0 +1,3 @@
+{
+
+}