mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
feac41ea74
This prevents `eslint` rules from cascading to the parent directory.
8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
{
|
|
"extends": "airbnb",
|
|
"root": true,
|
|
"rules": {
|
|
"init-declarations": 1
|
|
}
|
|
}
|