Skip to content

Commit

Permalink
Merge pull request #182 from htmlhint/dev/coliff/prettier-update
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Feb 2, 2024
2 parents 5f9e355 + 4c04c82 commit 5b19996
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16]
node: [18]
os: [ubuntu-latest]

steps:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
10 changes: 5 additions & 5 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"author": "HTMLHint",
"scripts": {
"lint": "eslint -c .eslintrc.js --ext .ts .",
"prettier": "prettier --write \"**/*.{js,json,md,ts,yml}\"",
"prettier": "prettier --write \"**/*.{js,md,ts,yml}\"",
"test": "npm run prettier && npm run lint && cd htmlhint && npm i && cd ../htmlhint-server && npm i && npm run compile"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.0.3"
"prettier": "3.2.4"
},
"engines": {
"node": ">= 16"
"node": ">= 18"
}
}

0 comments on commit 5b19996

Please sign in to comment.