Skip to content

Commit

Permalink
chore(lint): extend prettier config
Browse files Browse the repository at this point in the history
extend prettier config
  • Loading branch information
anshumanv committed Jun 6, 2019
1 parent 4019049 commit 5943f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
@@ -1,5 +1,5 @@
module.exports = {
extends: ["eslint:recommended"],
extends: ["eslint:recommended", "plugin:prettier/recommended"],
plugins: ["prettier"],
env: {
node: true,
Expand Down

0 comments on commit 5943f26

Please sign in to comment.