Skip to content

Commit

Permalink
Updates to ESlint 8. (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Dec 9, 2021
1 parent 62d3205 commit f4d633e
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 96 deletions.
225 changes: 131 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -70,14 +70,14 @@
},
"devDependencies": {
"@vercel/git-hooks": "1.0.0",
"eslint": "7.32.0",
"eslint": "8.1.0",
"jest": "27.3.1",
"lint-staged": "11.2.6",
"npm-check": "5.9.2",
"prettier": "2.4.1",
"prettier-config-get-off-my-lawn": "1.0.0"
},
"peerDependencies": {
"eslint": ">=7.32.0"
"eslint": ">=8.1.0"
}
}
1 change: 1 addition & 0 deletions src/eslint.js
Expand Up @@ -235,6 +235,7 @@ module.exports = {
],
'no-unused-expressions': 'error',
'no-unused-labels': 'error',
'no-unused-private-class-members': 'error',
'no-unused-vars': [
'error',
{
Expand Down

0 comments on commit f4d633e

Please sign in to comment.