23 lines
375 B
Plaintext
23 lines
375 B
Plaintext
{
|
|
"shadow": "inner",
|
|
|
|
"camelcase": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"freeze": true,
|
|
"funcscope": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"nonbsp": true,
|
|
"unused": true,
|
|
"undef": true,
|
|
"scripturl": true,
|
|
"strict": true,
|
|
"quotmark": "single",
|
|
|
|
"globals": {"define": true},
|
|
"browser": true,
|
|
"node": true,
|
|
"jquery": true
|
|
} |