yjs/.jshintrc
2015-06-16 14:36:00 +02:00

11 lines
131 B
Plaintext

{
"node": true,
"curly": true,
"latedef": true,
"quotmark": true,
"undef": true,
"unused": true,
"trailing": true
}