Skip to content

Commit 073014c

Browse files
committed
update eslint-config-prettier>=8.0.0
1 parent b396c45 commit 073014c

File tree

2 files changed

+74
-23
lines changed

2 files changed

+74
-23
lines changed

package-lock.json

+70-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"pretest": "mkdir -p node_modules/ && ln -fs $(pwd) node_modules/",
14-
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
14+
"eslint-check": "eslint-config-prettier .eslintrc.js",
1515
"test": "npm run eslint-check && eslint . && mocha tests/"
1616
},
1717
"repository": {
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@typescript-eslint/eslint-plugin": ">=2.25.0",
2929
"@typescript-eslint/parser": ">=2.25.0",
30-
"eslint-config-prettier": ">=6.10.1",
30+
"eslint-config-prettier": ">=8.0.0",
3131
"eslint-plugin-eslint-comments": ">=3.0.1",
3232
"eslint-plugin-import": ">=2.20.1",
3333
"eslint-plugin-prettier": ">=3.1.2",
@@ -46,6 +46,8 @@
4646
"devDependencies": {
4747
"@github/prettier-config": "0.0.4",
4848
"eslint": ">=7.0.0",
49+
"eslint-visitor-keys": "^2.0.0",
50+
"globals": "^13.6.0",
4951
"mocha": ">=7.1.1"
5052
}
5153
}

0 commit comments

Comments
 (0)