0
0
mirror of https://github.com/cjdelisle/cjdns synced 2025-10-06 00:32:50 +02:00
Files
cjdns/node_modules/saferphore/.jshintrc

17 lines
289 B
Plaintext

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