зеркало из https://github.com/mozilla/gcli.git
30 строки
498 B
Plaintext
30 строки
498 B
Plaintext
{
|
|
"undef": true,
|
|
"camelcase": false,
|
|
"curly": true,
|
|
"noarg": true,
|
|
"quotmark": "single",
|
|
"strict": true,
|
|
"eqnull": true,
|
|
"evil": true,
|
|
"eqnull": true,
|
|
"browser": true,
|
|
"devel": true,
|
|
"node": true,
|
|
"phantom": true,
|
|
"laxbreak": true,
|
|
"iterator": true,
|
|
"unused":"vars",
|
|
"esnext": true,
|
|
"globals": {
|
|
"define": false,
|
|
"Components": false,
|
|
"Event": false,
|
|
"CSSRule": false,
|
|
"Proxy": false,
|
|
"info": false,
|
|
"io": false,
|
|
"ok": false
|
|
}
|
|
}
|