Skip to content

Commit

Permalink
Upgrade ESLint to 8.5.0
Browse files Browse the repository at this point in the history
* Bump @typescript-eslint/eslint-plugin

* Bump @typescript-eslint

* Ignore no-unused-vars error for typecheck benefits

* Address other no-unused-vars flags
  • Loading branch information
markcellus committed Dec 20, 2021
1 parent 9c1e4de commit ebc4c02
Show file tree
Hide file tree
Showing 5 changed files with 1,452 additions and 1,529 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: 'eslint:recommended',
extends: ['eslint:recommended'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
parserOptions: {
Expand All @@ -13,5 +13,6 @@ module.exports = {
},
globals: {
YT: true,
Chai: 'readonly',
},
};

0 comments on commit ebc4c02

Please sign in to comment.