Skip to content

Commit

Permalink
Update eslint-config-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed May 13, 2021
1 parent 26f5173 commit ca5e191
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["standard", "prettier", "prettier/standard"],
"extends": ["standard", "prettier"],
"plugins": ["mocha", "prettier"],
"env": {
"mocha": true
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"coveralls": "^3.1.0",
"cpy-cli": "^3.1.1",
"eslint": "^7.26.0",
"eslint-config-prettier": "^7.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-mocha": "^8.1.0",
Expand Down

0 comments on commit ca5e191

Please sign in to comment.