This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/fuzzy/.jshintrc

21 lines
339 B
Plaintext

{
// 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"]
}