multi-account-post-schedule.../node_modules/nodemon/.jshintrc

17 lines
239 B
Plaintext
Raw Normal View History

2022-07-07 18:23:44 +02:00
{
"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
}