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

Commit

Permalink
feat(formatting): add recurring rules
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Apr 15, 2020
1 parent a85e017 commit 82b069a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,20 @@
"eslint:recommended",
"plugin:jest/recommended",
"plugin:import/recommended"
]
],
"rules": {
"arrow-body-style": [
"error",
"always"
],
"curly": "error",
"import/order": [
"error",
{
"newlines-between": "always"
}
]
}
},
"jest": {},
"dependencies": {},
Expand Down

0 comments on commit 82b069a

Please sign in to comment.