Merge pull request #106 from janzenz/patch-1

Prevent eslint rules from cascading.
This commit is contained in:
Dylan Wagstaff 2018-10-05 13:18:04 +13:00 committed by GitHub
commit 6bcf66c7d1
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
}