parallaxis/node_modules/nodemon/.jshintrc

14 lines
218 B
Plaintext
Executable File

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