Skip to content

Commit

Permalink
test: remove not anymore needed prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Feb 24, 2021
1 parent 53d282c commit 8098679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"extends": [
"eslint:recommended",
"prettier",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:prettier/recommended",
"prettier/@typescript-eslint",
"plugin:mocha/recommended"
],
"plugins": ["@typescript-eslint", "mocha"],
Expand Down

0 comments on commit 8098679

Please sign in to comment.