mirror of
https://github.com/cjdelisle/cjdns
synced 2025-10-06 00:32:50 +02:00
17 lines
289 B
Plaintext
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
|
|
}
|