11 lines
125 B
Plaintext
11 lines
125 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "airbnb-base/legacy",
|
|
|
|
"rules": {
|
|
"strict": [2, "global"],
|
|
"vars-on-top": 0,
|
|
}
|
|
}
|