Skip to content

Commit

Permalink
chore: re-enable no-undef rule for tests
Browse files Browse the repository at this point in the history
Ref: #960
  • Loading branch information
boneskull committed Jan 30, 2024
1 parent c4f40fd commit 665ba6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
Expand Up @@ -93,9 +93,6 @@ module.exports = {
project: true,
},
},
/**
*
*/
{
files: ['packages/allow-scripts/src/**/*.js'],
parser: '@typescript-eslint/parser',
Expand Down Expand Up @@ -132,7 +129,6 @@ module.exports = {
},
rules: {
'no-unused-vars': 'off',
'no-undef': 'off',
'n/no-path-concat': 'off', // this should be removed and the issues fixed
'n/no-missing-require': 'off',

Expand Down

0 comments on commit 665ba6b

Please sign in to comment.