Skip to content

Commit

Permalink
update eslint-config-prettier>=8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Mar 4, 2021
1 parent b396c45 commit 073014c
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 23 deletions.
91 changes: 70 additions & 21 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"scripts": {
"pretest": "mkdir -p node_modules/ && ln -fs $(pwd) node_modules/",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"eslint-check": "eslint-config-prettier .eslintrc.js",
"test": "npm run eslint-check && eslint . && mocha tests/"
},
"repository": {
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": ">=2.25.0",
"@typescript-eslint/parser": ">=2.25.0",
"eslint-config-prettier": ">=6.10.1",
"eslint-config-prettier": ">=8.0.0",
"eslint-plugin-eslint-comments": ">=3.0.1",
"eslint-plugin-import": ">=2.20.1",
"eslint-plugin-prettier": ">=3.1.2",
Expand All @@ -46,6 +46,8 @@
"devDependencies": {
"@github/prettier-config": "0.0.4",
"eslint": ">=7.0.0",
"eslint-visitor-keys": "^2.0.0",
"globals": "^13.6.0",
"mocha": ">=7.1.1"
}
}

0 comments on commit 073014c

Please sign in to comment.