mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 16:44:05 -05:00
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"extends": "../.eslintrc.json",
|
|
"env": {
|
|
"jasmine": true
|
|
},
|
|
"rules": {
|
|
"no-restricted-globals": ["error", "fdescribe", "fit"]
|
|
}
|
|
}
|