Skip to content

Commit

Permalink
[pkg] Update eslint-config-prettier to version 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Feb 24, 2021
1 parent 99338f7 commit 77370e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ env:
node: true
extends:
- eslint:recommended
- prettier
- plugin:prettier/recommended
parserOptions:
ecmaVersion: 9
plugins:
- prettier
rules:
no-console: off
no-var: error
prefer-const: error
prettier/prettier: error
quotes:
- error
- single
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"bufferutil": "^4.0.1",
"coveralls": "^3.0.3",
"eslint": "^7.2.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.0.1",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
Expand Down

0 comments on commit 77370e0

Please sign in to comment.