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.
27 lines
436 B
27 lines
436 B
2 years ago
|
{
|
||
|
"curly": true,
|
||
|
"eqeqeq": true,
|
||
|
"immed": true,
|
||
|
"laxbreak": false,
|
||
|
"latedef": "nofunc",
|
||
|
"newcap": true,
|
||
|
"noarg": true,
|
||
|
"plusplus": true,
|
||
|
"sub": true,
|
||
|
"undef": true,
|
||
|
"quotmark": "double",
|
||
|
"unused": true,
|
||
|
"indent": 4,
|
||
|
"eqnull": true,
|
||
|
"node": true,
|
||
|
"strict": true,
|
||
|
"mocha": true,
|
||
|
"jasmine": true,
|
||
|
"globals": {
|
||
|
"browser": false,
|
||
|
"by": false,
|
||
|
"element": false,
|
||
|
"protractor": false
|
||
|
}
|
||
|
}
|