Skip to content

Commit

Permalink
Fix (CI): Disable require checks
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Aug 5, 2023
1 parent 62b361b commit 35c0af7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Expand Up @@ -36,12 +36,14 @@
"no-undef": "off",
"no-unused-vars": "off",
"n/no-missing-import": "off",
"n/no-missing-require": "off",
"@typescript-eslint/no-unused-vars": "error"
}
},
{
"files": ["*.cjs"],
"rules": {
"n/no-missing-require": "off"
},
"globals": {
"require": "readonly"
},
Expand Down

0 comments on commit 35c0af7

Please sign in to comment.