Skip to content

Commit 1365c9a

Browse files
Update eslint config
1 parent 6bef374 commit 1365c9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@
1414
],
1515
"plugins": [
1616
"eslint-plugin-prettier"
17-
]
17+
],
18+
"rules": {
19+
"prettier/prettier": [
20+
"error"
21+
]
22+
}
1823
},
1924
"browserslist": {
2025
"production": [

0 commit comments

Comments
 (0)