silverstripe-contentreview/.eslintrc
Janzen Zarzoso 1bd0418b62
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).
2018-10-05 12:05:28 +13:00

8 lines
87 B
Plaintext

{
"extends": "airbnb",
"root": true,
"rules": {
"init-declarations": 1
}
}