Skip to content

Commit

Permalink
Merge pull request #36 from ckeditor/ck/17010-no-unused-vars
Browse files Browse the repository at this point in the history
Feature (eslint-plugin-ckeditor5-rules): Enable 'no-unused-vars' rule. See ckeditor/ckeditor5#17010.
  • Loading branch information
arkflpc committed Sep 3, 2024
2 parents 80b1578 + ad0c9c6 commit 0145f1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config-ckeditor5/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ module.exports = {
'no-unused-expressions': 'off',
'@typescript-eslint/no-unused-expressions': 'error',

'@typescript-eslint/no-unused-vars': 'error',

'no-use-before-define': 'off',
'@typescript-eslint/no-use-before-define': [
'error',
Expand Down

0 comments on commit 0145f1b

Please sign in to comment.