mirror of
https://github.com/seigler/webgl-threejs-hello
synced 2025-07-26 01:06:15 +00:00
11 lines
139 B
JSON
11 lines
139 B
JSON
{
|
|
"extends": "airbnb/base",
|
|
|
|
"globals": {
|
|
"app": true,
|
|
"dat": true,
|
|
"THREE": true,
|
|
"WAGNER": true
|
|
},
|
|
"rules": {}
|
|
}
|