Merge pull request #820 from janzenz/patch-1

Prevent eslint rules from cascading.
This commit is contained in:
Robbie Averill 2018-10-04 08:01:22 +00:00 committed by GitHub
commit ebb9c837b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"extends": "airbnb",
"root": true,
"rules": {
"init-declarations": 1
}