Skip to content

Commit 6a3835a

Browse files
authored
Merge pull request #2233 from mikemitchell574/patch-1
Replace rules.indent array with number
2 parents ca17a69 + 2e05706 commit 6a3835a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/03-code-quality/02-coding-style/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Here's an example of an `.eslintrc` file:
328328
},
329329
"rules": {
330330
"no-console": 0,
331-
"indent": ["warning", 2]
331+
"indent": 2
332332
}
333333
}
334334
```

0 commit comments

Comments
 (0)