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 0ca94f1 commit e4811b3
Showing 1 changed file with 1 addition and 1 deletion.
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"],
"env": {
"mocha": true
Expand Down

0 comments on commit e4811b3

Please sign in to comment.