23 lines
400 B
Plaintext
23 lines
400 B
Plaintext
{
|
|
"root": true,
|
|
"extends": "airbnb",
|
|
"globals": {
|
|
"wp": true
|
|
},
|
|
"env": {
|
|
"amd": true,
|
|
"browser": true,
|
|
"jquery": true,
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"comma-dangle": ["error", {
|
|
"arrays": "always-multiline",
|
|
"objects": "always-multiline",
|
|
"imports": "always-multiline",
|
|
"exports": "always-multiline",
|
|
"functions": "ignore"
|
|
}]
|
|
}
|
|
}
|