Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit bc05a51

Browse files
authored
feat(lint): always force parens (#13)
1 parent 9416999 commit bc05a51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
]
3636
]
3737
},
38+
"prettier": {
39+
"arrowParens": "always"
40+
},
3841
"eslintConfig": {
3942
"env": {
4043
"es6": true,

0 commit comments

Comments
 (0)