Skip to content

Commit

Permalink
Upgrade to released version of eslint v8
Browse files Browse the repository at this point in the history
  • Loading branch information
azeemba committed Oct 10, 2021
1 parent 027db24 commit d4064d8
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 49 deletions.
45 changes: 28 additions & 17 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"chai": "^4.3.4",
"codecov": "^3.8.3",
"eslint": "^8.0.0-0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-self": "^1.2.1",
Expand Down
60 changes: 30 additions & 30 deletions test/packages/eslint-v8/package-lock.json

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

2 changes: 1 addition & 1 deletion test/packages/eslint-v8/package.json
Expand Up @@ -16,7 +16,7 @@
],
"license": "MIT",
"devDependencies": {
"eslint": "^8.0.0-0"
"eslint": "^8.0.0"
},
"dependencies": {}
}

0 comments on commit d4064d8

Please sign in to comment.