Skip to content

Commit

Permalink
n/a upgraded eslint-config-prettier to version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
davesag committed Feb 22, 2021
1 parent ec9b022 commit 442a494
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
extends: ['standard', 'prettier', 'prettier/standard'],
plugins: ['prettier', 'import', 'promise'],
extends: ['standard', 'plugin:prettier/recommended'],
plugins: ['import', 'promise', 'mocha'],
parserOptions: {
sourceType: 'module'
},
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 @@ -49,7 +49,7 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^7.11.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^8.0.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
Expand Down

0 comments on commit 442a494

Please sign in to comment.