Skip to content

Commit

Permalink
Merge pull request #1 from leviy/master_add_switch_statement_indentation
Browse files Browse the repository at this point in the history
Add configuration for switch statement indentation
  • Loading branch information
BasMatthee committed Aug 16, 2018
2 parents 5dd544b + 112b85a commit e643ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
'arrow-body-style': 'off',
'class-methods-use-this': 'off',
'max-len': [2, 140, 4],
'indent': ['error', 4],
'indent': ['error', 4, {'SwitchCase': 1}],
'no-continue': 'off',
'no-prototype-builtins': 'off',
'no-underscore-dangle': ['error', {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leviy/eslint-config-default",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:leviy/javascript-coding-standard.git"
Expand Down

0 comments on commit e643ea3

Please sign in to comment.