mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
1bd0418b62
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).
8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
{
|
|
"extends": "airbnb",
|
|
"root": true,
|
|
"rules": {
|
|
"init-declarations": 1
|
|
}
|
|
}
|