You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
505 B
Plaintext
28 lines
505 B
Plaintext
7 months ago
|
{
|
||
|
"white": true,
|
||
|
"newcap": true,
|
||
|
"regexp": true,
|
||
|
"browser": true,
|
||
|
"forin": false,
|
||
|
"nomen": true,
|
||
|
"bitwise": false,
|
||
|
"maxerr": 100,
|
||
|
"indent": 4,
|
||
|
"plusplus": false,
|
||
|
"curly": true,
|
||
|
"eqeqeq": true,
|
||
|
"freeze": true,
|
||
|
"latedef": true,
|
||
|
"noarg": true,
|
||
|
"nonew": true,
|
||
|
"quotmark": "double",
|
||
|
"undef": true,
|
||
|
"unused": true,
|
||
|
"strict": true,
|
||
|
"asi": false,
|
||
|
"boss": false,
|
||
|
"evil": false,
|
||
|
"expr": false,
|
||
|
"funcscope": false
|
||
|
}
|