Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to ESlint 8. #175

Merged
merged 2 commits into from Dec 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -236,6 +236,7 @@ module.exports = {
],
'no-unused-expressions': 'error',
'no-unused-labels': 'error',
'no-unused-private-class-members': 'error',
'no-unused-vars': [
'error',
{
Expand Down