mirror of
https://github.com/chatopera/cosin.git
synced 2025-07-20 04:23:01 +08:00
41 lines
546 B
Plaintext
41 lines
546 B
Plaintext
{
|
|
"maxerr": 1000,
|
|
|
|
"predef": [
|
|
"exports",
|
|
"describe",
|
|
"expect",
|
|
"it",
|
|
"beforeEach",
|
|
"afterEach",
|
|
"jasmine",
|
|
"test",
|
|
"spyOn"
|
|
],
|
|
|
|
"jquery" : true,
|
|
"browser" : true,
|
|
|
|
"curly": true,
|
|
"debug": false,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"expr": true,
|
|
"forin": false,
|
|
"immed": false,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": false,
|
|
"nonew": false,
|
|
"nomen": false,
|
|
"plusplus": false,
|
|
"regexp": false,
|
|
"undef": true,
|
|
"sub": true,
|
|
"white": false,
|
|
"scripturl": true,
|
|
"esnext": true
|
|
}
|