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