Files
zoff/node_modules/gulp-uglifyjs/.jshintrc
Kasper Rynning-Tønnesen fbb9f9b745 added gitignore
2015-11-29 13:38:52 +01:00

19 lines
315 B
Plaintext
Executable File

{
"bitwise": true,
"camelcase": true,
"curly": false,
"devel": true,
"eqeqeq": true,
"indent": 2,
"latedef": true,
"newcap": true,
"node": true,
"noempty": true,
"nonew": true,
"quotmark": "single",
"strict": true,
"trailing": true,
"undef": true,
"unused": true
}