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 9c43034 commit 62b361b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"no-undef": "off",
"no-unused-vars": "off",
"n/no-missing-import": "off",
"n/no-missing-require": "off",
"@typescript-eslint/no-unused-vars": "error"
}
},
Expand Down

0 comments on commit 62b361b

Please sign in to comment.