1
0
mirror of https://github.com/silverstripe/silverstripe-contentreview synced 2024-10-22 17:05:47 +02:00
silverstripe-contentreview/.eslintrc

7 lines
71 B
Plaintext
Raw Normal View History

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