cryptpad/.jshintrc
2017-05-04 16:16:09 +02:00

23 lines
413 B
Text

{
"laxcomma": true,
"laxbreak": true,
"sub": true,
"curly": true,
"eqeqeq": true,
"iterator": true,
"latedef": true,
"nocomma": true,
"notypeof": true,
"shadow": false,
"undef": true,
"unused": true,
"futurehostile":true,
"browser": true,
"predef": [
"console",
"define",
"require",
"module",
"__dirname"
]
}