mirror of
https://github.com/seigler/brunch-threejs
synced 2025-07-26 00:56:09 +00:00
10 lines
119 B
JSON
10 lines
119 B
JSON
{
|
|
"extends": "airbnb/base",
|
|
|
|
"globals": {
|
|
"app": true,
|
|
"dat": true,
|
|
"THREE": true
|
|
},
|
|
"rules": {}
|
|
}
|