Skip to content

Commit

Permalink
feat: support ESLint 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Nov 21, 2022
1 parent e0965f9 commit ecf8be8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI.yml
Expand Up @@ -44,18 +44,21 @@ jobs:
matrix.os }})
strategy:
matrix:
eslint: [7]
eslint: [8]
node: [12.22.0, 12, 14.17.0, 14, 16, 18]
os: [ubuntu-latest]
include:
# On other platforms
- os: windows-latest
eslint: 7
eslint: 8
node: 18
- os: macos-latest
eslint: 7
eslint: 8
node: 18
# On old ESLint versions
- eslint: 7
node: 18
os: ubuntu-latest
- eslint: 6
node: 18
os: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@mysticatea/eslint-plugin": "^13.0.0",
"dot-prop": "^4.2.1",
"eslint": "^7.32.0",
"eslint": "^8.28.0",
"esm": "^3.2.25",
"espree": "github:eslint/espree#1c744b3a602b783926344811a9459b92afe57444",
"mocha": "^6.2.3",
Expand All @@ -40,7 +40,7 @@
"warun": "^1.0.0"
},
"peerDependencies": {
"eslint": ">=5"
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
},
"scripts": {
"prebuild": "npm run -s clean",
Expand Down

0 comments on commit ecf8be8

Please sign in to comment.