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": {
|
"rules": {
|
||||||
"no-console": 0,
|
"no-console": 0,
|
||||||
},
|
"indent": ["warning", 2]
|
||||||
"indent": 2
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue