sp-dev-fx-webparts/samples/react-search-refiners/functions/.jshintrc

28 lines
476 B
Plaintext

{
"bitwise": true,
"eqeqeq": true,
"forin": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": true,
"undef": true,
"varstmt": true,
"esversion": 6,
"latedef": true,
"unused": true,
"indent": 2,
"quotmark": "single",
"maxcomplexity": 20,
"maxlen": 140,
"maxerr": 50,
"globals": {},
"strict": true,
"laxbreak": true,
"browser": true,
"module": true,
"node": true,
"trailing": true,
"onevar": true,
"white": true
}