Merge pull request #2233 from mikemitchell574/patch-1
Replace rules.indent array with number
This commit is contained in:
commit
6a3835a7d1
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ Here's an example of an `.eslintrc` file:
|
|||
},
|
||||
"rules": {
|
||||
"no-console": 0,
|
||||
"indent": ["warning", 2]
|
||||
"indent": 2
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue