Prevent eslint rules from cascading.

This prevents `eslint` rules from cascading to the parent directory.
This commit is contained in:
Janzen Zarzoso 2018-10-04 17:12:35 +13:00 committed by GitHub
parent 3bc2b45170
commit feac41ea74
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
}