зеркало из https://github.com/twbs/bootlint.git
17 строки
258 B
Plaintext
17 строки
258 B
Plaintext
|
{
|
||
|
"bitwise": true,
|
||
|
"curly": true,
|
||
|
"eqeqeq": true,
|
||
|
"forin": true,
|
||
|
"immed": true,
|
||
|
"latedef": true,
|
||
|
"newcap": true,
|
||
|
"noarg": true,
|
||
|
"node": true,
|
||
|
"noempty": true,
|
||
|
"plusplus": false,
|
||
|
"predef": ["exports"],
|
||
|
"sub": true,
|
||
|
"undef": true
|
||
|
}
|