Skip to content

Commit 5943f26

Browse files
committedJun 6, 2019
chore(lint): extend prettier config
extend prettier config
1 parent 4019049 commit 5943f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
extends: ["eslint:recommended"],
2+
extends: ["eslint:recommended", "plugin:prettier/recommended"],
33
plugins: ["prettier"],
44
env: {
55
node: true,

0 commit comments

Comments
 (0)
Please sign in to comment.