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

16 lines
239 B
Text

{
"browser": true,
"camelcase": true,
"curly": true,
"devel": true,
"eqeqeq": true,
"forin": true,
"indent": 2,
"noarg": true,
"node": true,
"quotmark": "single",
"undef": true,
"strict": false,
"unused": true
}