15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
{
|
|
"extends": ["semistandard", "prettier"],
|
|
"rules": {
|
|
"standard/no-callback-literal": 0 // Disable this as we have too many callbacks relying on literals
|
|
},
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"SFJS": true,
|
|
"__VERSION__": true,
|
|
"zip": true
|
|
}
|
|
}
|