gift-card-server/node_modules/preserve/.jshintrc
Rodrigo Pedroso 3ac017a5ad Commit project
2019-06-19 10:46:14 -04:00

24 lines
No EOL
379 B
Text

{
"asi": false,
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"esnext": true,
"immed": true,
"latedef": true,
"laxcomma": false,
"newcap": true,
"noarg": true,
"node": true,
"sub": true,
"undef": true,
"unused": true,
"globals": {
"define": true,
"before": true,
"after": true,
"describe": true,
"it": true
}
}