Skip to content

Commit

Permalink
Switch off eslint rule again :/
Browse files Browse the repository at this point in the history
  • Loading branch information
OlliMartin committed Jan 20, 2025
1 parent 96adb00 commit 4ca4378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acaad.toolchain/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
'@typescript-eslint/member-ordering': 'off',
'@typescript-eslint/naming-convention': 'off',
'@typescript-eslint/explicit-member-accessibility': 'off',
'@typescript-eslint/no-unused-vars': 'on',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/parameter-properties': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-use-before-define': 'off',
Expand Down

0 comments on commit 4ca4378

Please sign in to comment.