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

Commit 82b069a

Browse files
committed
feat(formatting): add recurring rules
1 parent a85e017 commit 82b069a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,20 @@
5757
"eslint:recommended",
5858
"plugin:jest/recommended",
5959
"plugin:import/recommended"
60-
]
60+
],
61+
"rules": {
62+
"arrow-body-style": [
63+
"error",
64+
"always"
65+
],
66+
"curly": "error",
67+
"import/order": [
68+
"error",
69+
{
70+
"newlines-between": "always"
71+
}
72+
]
73+
}
6174
},
6275
"jest": {},
6376
"dependencies": {},

0 commit comments

Comments
 (0)