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.
 
 
 
 

24 lines
362 B

{
"camelcase": true,
"eqeqeq": true,
"expr": true,
"freeze": true,
"immed": true,
"newcap": true,
"noarg": true,
"quotmark": "double",
"trailing": true,
"undef": true,
"unused": true,
"laxbreak": true,
"node": true,
"globals": {
"afterEach": false,
"beforeEach": false,
"describe": false,
"it": false
}
}