Merge pull request #1069 from zombie110year/master

fix #1068: update .eslint example
This commit is contained in:
Ilya Kantor 2019-06-20 18:27:16 +03:00 committed by GitHub
commit cd84b0c743
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]
}
}
```