fix #1068
This commit is contained in:
parent
eeee9fedf7
commit
d9182a01d5
1 changed files with 2 additions and 2 deletions
|
@ -304,8 +304,8 @@ Here's an example of an `.eslintrc` file:
|
|||
},
|
||||
"rules": {
|
||||
"no-console": 0,
|
||||
},
|
||||
"indent": 2
|
||||
"indent": ["warning", 2]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue