You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cryptpad/.jshintrc

16 lines
268 B
Plaintext

9 years ago
{
"laxcomma": true,
"laxbreak": true,
"node": true,
"sub": true,
"curly": true,
"eqeqeq": true,
"iterator": true,
"latedef": true,
"nocomma": true,
"notypeof": true,
"shadow": false,
"undef": true,
"unused": false
9 years ago
}