obj2gltf/specs/.eslintrc.json

10 lines
168 B
JSON
Raw Normal View History

{
"extends": "../.eslintrc.json",
"env": {
"jasmine": true
2019-02-05 20:59:09 -05:00
},
"rules": {
"no-restricted-globals": ["error", "fdescribe", "fit"]
}
}