This commit is contained in:
Zombie110year 2019-06-20 21:17:01 +08:00 committed by GitHub
parent eeee9fedf7
commit d9182a01d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -304,8 +304,8 @@ Here's an example of an `.eslintrc` file:
},
"rules": {
"no-console": 0,
},
"indent": 2
"indent": ["warning", 2]
}
}
```