Skip to content

Commit

Permalink
Fix eslint-plugin-prettier usage
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 25, 2021
1 parent 3f49546 commit 0565a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
@@ -1,5 +1,5 @@
{
"extends": ["standard", "prettier", "prettier/standard"],
"extends": ["standard", "prettier"],
"plugins": ["import", "mocha"],
"env": {
"mocha": true
Expand Down

0 comments on commit 0565a47

Please sign in to comment.