You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
386 B
20 lines
386 B
10 years ago
|
{
|
||
|
"-W030": false,
|
||
|
"-W064": false,
|
||
|
"-W097": false,
|
||
|
"-W100": false,
|
||
|
"undef": true,
|
||
|
"curly": true,
|
||
|
"immed": true,
|
||
|
"eqeqeq": true,
|
||
|
"latedef": true,
|
||
|
"globals": {
|
||
|
"module": true,
|
||
|
"require": true,
|
||
|
"define": true,
|
||
|
"window": true,
|
||
|
"document": true,
|
||
|
"console": true
|
||
|
}
|
||
|
}
|