Skip to content

Commit

Permalink
remove disabling of import/no-nodejs-modules for testing files & form…
Browse files Browse the repository at this point in the history
…atting
  • Loading branch information
CloudNStoyan committed May 16, 2024
1 parent 8c01538 commit 6ae5ea5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export default tseslint.config(
...globals.es2015,
...globals.browser,
},

ecmaVersion: 'latest',
sourceType: 'module',
parserOptions: {
Expand Down Expand Up @@ -379,7 +378,6 @@ export default tseslint.config(
},
],
'import/no-restricted-paths': ['off', { zones: [] }],
'import/no-nodejs-modules': 'off',
},
},
{
Expand Down

0 comments on commit 6ae5ea5

Please sign in to comment.