Skip to content

Commit

Permalink
chore(CI): add tests for ESLint 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Oct 13, 2021
1 parent a3d6a22 commit 04747df
Show file tree
Hide file tree
Showing 3 changed files with 654 additions and 452 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
eslint-version: [7.x]
node-version: [16.x, 14.x, 12.x]
eslint-version: [7, 8]
node-version: [12, 14, 16]

steps:
- uses: actions/checkout@v2
Expand Down
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -31,22 +31,22 @@
"prettier-linter-helpers": "^1.0.0"
},
"peerDependencies": {
"eslint": ">=7.28.0",
"eslint": "^7.28.0 || ^8.0.0",
"prettier": ">=2.0.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "^2.0.1",
"@graphql-eslint/eslint-plugin": "^2.2.0",
"@not-an-aardvark/node-release-script": "^0.1.0",
"eslint": "^7.28.0",
"eslint": "^8.0.0",
"eslint-config-not-an-aardvark": "^2.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-eslint-plugin": "^2.0.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-self": "^1.1.0",
"graphql": "^15.5.1",
"mocha": "^6.0.0",
"prettier": "^2.3.0",
"vue-eslint-parser": "^6.0.0"
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-plugin": "^4.0.0-0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-self": "^1.2.1",
"graphql": "^15.6.1",
"mocha": "^6.2.3",
"prettier": "^2.3.2",
"vue-eslint-parser": "^7.11.0"
},
"peerDependenciesMeta": {
"eslint-config-prettier": {
Expand Down

0 comments on commit 04747df

Please sign in to comment.