mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
14 lines
190 B
Plaintext
14 lines
190 B
Plaintext
|
{
|
||
|
"node": true,
|
||
|
"esnext": true,
|
||
|
"bitwise": true,
|
||
|
"camelcase": true,
|
||
|
"curly": true,
|
||
|
"immed": true,
|
||
|
"newcap": true,
|
||
|
"noarg": true,
|
||
|
"undef": true,
|
||
|
"unused": "vars",
|
||
|
"strict": true
|
||
|
}
|