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.
23 lines
428 B
23 lines
428 B
{
|
|
"expr": true,
|
|
"nonbsp": true,
|
|
"trailing": true,
|
|
"indent": 4,
|
|
"quotmark": "double",
|
|
"eqeqeq": true,
|
|
"curly": true,
|
|
"forin": true,
|
|
"immed": true,
|
|
"newcap": true,
|
|
"noempty": true,
|
|
"nonew": true,
|
|
"undef": true,
|
|
"strict": true,
|
|
"globalstrict": true,
|
|
"browser": true,
|
|
"globals": {
|
|
"require": false,
|
|
"module": false,
|
|
"exports": true
|
|
}
|
|
}
|
|
|