Skip to content

Commit

Permalink
Merge pull request #15 from 20minutes/fix/eslint-config-prettier-9.0
Browse files Browse the repository at this point in the history
Allow `eslint-config-prettier` 9.0
  • Loading branch information
j0k3r authored Aug 23, 2023
2 parents 053265f + aaeca0c commit 42c015d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [16.x, 18.x]

steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- run: yarn
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@20minutes/eslint-config",
"version": "1.2.4",
"version": "1.2.5",
"description": "ESLint shareable config for 20 Minutes",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"eslint": "^8.2.0",
"eslint-config-airbnb": ">=19.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.3.0 || ^9.0.0",
"eslint-plugin-babel": "^5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down

0 comments on commit 42c015d

Please sign in to comment.