Skip to content

Commit

Permalink
.eslintrc.json: Add rule for indentation style
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Jan 20, 2020
1 parent c485466 commit 182836e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"func-style": ["error", "expression", {
"allowArrowFunctions": true
}],
"indent": ["warn", 4],
"key-spacing": "warn",
"keyword-spacing": "warn",
"linebreak-style": ["warn", "unix"],
Expand Down

0 comments on commit 182836e

Please sign in to comment.