Skip to content

Commit

Permalink
use spaces(4) instead of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
thegitm8 committed Aug 28, 2017
1 parent a1b9b6b commit 97484b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint-config-npmpty.js
Expand Up @@ -92,7 +92,7 @@ module.exports = {
'comma-spacing': [ 1, { 'after': true } ],
'comma-style': 1,
'eol-last': 1,
'indent': [ 1, 'tab', { 'SwitchCase': 1 } ],
'indent': [ 1, 4, { 'SwitchCase': 1 } ],
'linebreak-style': [ 1, 'unix' ],
'new-parens': 1,
'newline-after-var': [ 1, 'always' ],
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-npmpty",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"description": "Installable eslint config for npmpty default linting.",
"keywords": [
Expand Down

0 comments on commit 97484b8

Please sign in to comment.