lix-website/themes/lix/assets/bootstrap/node_modules/browserstacktunnel-wrapper/.jshintrc
2024-04-26 22:49:34 -06:00

46 lines
683 B
Plaintext

{
"bitwise": true,
"camelcase": false,
"curly": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": false,
"plusplus": false,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"maxparams": 10,
"maxdepth": 3,
"maxstatements": 50,
"maxcomplexity": 16,
"debug": true,
"smarttabs": true,
"browser": true,
"predef": [
"describe",
"it",
"before",
"beforeEach",
"after",
"spyOn",
"__dirname",
"module",
"require",
"console",
"define",
"alert",
"dataInitialState",
"process"
],
"white": true
}