API/api.medcify.app/node_modules/nodemon/.jshintrc
2022-09-26 11:41:44 +05:30

17 lines
239 B
Plaintext

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