Skip to content

Commit 35b03ef

Browse files
committed
feat: drop support for ESLint v7
BREAKING CHANGE: this release is not ready for use yet. However, it will be used to work on ESLint v8 compatibility.
1 parent 1fe9670 commit 35b03ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@babel/core": "^7.15.8",
4949
"@babel/register": "^7.15.3",
5050
"ava": "^3.15.0",
51-
"eslint": "^7.24.0",
51+
"eslint": "^8.0.0",
5252
"husky": "^4.3.8",
5353
"jsonlint": "^1.6.3",
5454
"semantic-release": "^18.0.0"
@@ -63,14 +63,14 @@
6363
},
6464
"keywords": [
6565
"eslint",
66-
"eslintconfig",
66+
"config",
6767
"canonical"
6868
],
6969
"license": "BSD-3-Clause",
7070
"main": "./eslintrc.js",
7171
"name": "eslint-config-canonical",
7272
"peerDependencies": {
73-
"eslint": "^6.0.0 || ^7.0.0"
73+
"eslint": "^8.0.0"
7474
},
7575
"repository": {
7676
"type": "git",

0 commit comments

Comments
 (0)