Skip to content

Commit

Permalink
Merge pull request #2458 from Holzhaus/eslint-indent-fix
Browse files Browse the repository at this point in the history
.eslintrc.json: Add rule for indentation style
  • Loading branch information
uklotzde authored Jan 20, 2020
2 parents c485466 + 182836e commit 14fe6f4
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 14fe6f4

Please sign in to comment.