brunch-threejs/.eslintrc.json
2018-10-14 00:19:28 -04:00

10 lines
119 B
JSON

{
"extends": "airbnb/base",
"globals": {
"app": true,
"dat": true,
"THREE": true
},
"rules": {}
}