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.
26 lines
436 B
26 lines
436 B
{ |
|
"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 |
|
} |
|
}
|
|
|