Skip to content

Commit

Permalink
Fix switch case linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Oct 4, 2019
1 parent a47a0fd commit 3866aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -22,7 +22,7 @@ module.exports = {
sourceType: 'module',
},
rules: {
indent: ['error', 2],
indent: ['error', 2, { SwitchCase: 1 }],
'no-unused-vars': 0,
'jsx-quotes': ['error', 'prefer-single'],
// '@typescript-eslint/no-unused-vars': 'warn',
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@dooboo/eslint-config",
"version": "0.1.3",
"version": "0.1.4",
"description": "ESLint config for React & React Native",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 3866aef

Please sign in to comment.