Skip to content

Commit 4eb8d70

Browse files
[core] Remove dead eslint code
1 parent 957c013 commit 4eb8d70

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.eslintrc.js

-14
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,9 @@ module.exports = {
1919
// No time for this
2020
'react/prop-types': 'off',
2121
'jsx-a11y/control-has-associated-label': 'off',
22-
// No time for this
2322
'jsx-a11y/no-autofocus': 'off',
2423
},
2524
overrides: [
2625
...baseline.overrides,
27-
{
28-
files: [
29-
// matching the pattern of the test runner
30-
'accounting/**',
31-
'lambda/**',
32-
'BI/**',
33-
'web/**',
34-
],
35-
rules: {
36-
'no-console': 'off',
37-
'import/no-unresolved': 'off',
38-
},
39-
},
4026
],
4127
};

0 commit comments

Comments
 (0)