Prevent eslint rules from cascading.

This prevents eslint rules from cascading to the parent directory. This prevents the same issue on [ss-userforms](https://github.com/silverstripe/silverstripe-userforms/issues/819).
This commit is contained in:
Janzen Zarzoso 2018-10-05 12:05:28 +13:00 committed by GitHub
parent 680d300e65
commit 1bd0418b62
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
}