Skip to content

Commit

Permalink
eslint: No warnings, only errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Jun 20, 2023
1 parent 07f7fbc commit 6d7285d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Expand Up @@ -66,7 +66,7 @@ module.exports = {
'no-irregular-whitespace': 2,
'no-this-before-super': 2,
'no-unused-expressions': 2,
'no-unused-labels': 1,
'no-unused-labels': 2,
'no-unused-vars': 0,
'no-var': 2,
'object-curly-spacing': 0,
Expand Down

0 comments on commit 6d7285d

Please sign in to comment.