This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cryptpad/.jshintrc
T
2016-02-15 11:50:12 +01:00

16 lines
268 B
Plaintext

{
"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
}