Kargi-Sitesi/node_modules/fuzzy/.jshintrc

20 lines
339 B
Text

{
// strictifying options
"eqeqeq": true,
"immed": true,
"latedef": true,
"forin": true,
"newcap": true,
"noarg": true,
"undef": true,
"trailing": true,
"node": true,
// Relaxing options
"boss": true,
"eqnull": true,
"laxcomma": true,
"expr": true,
"strict": false,
"predef": ["describe", "it", "xit"]
}