This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
obj2gltf
Watch
1
Star
0
Fork
0
You've already forked obj2gltf
mirror of
https://github.com/CesiumGS/obj2gltf.git
synced
2024-11-23 16:44:05 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c5aaa64d09
obj2gltf
/
.eslintrc.json
7 lines
109 B
JSON
Raw
Normal View
History
Unescape
Escape
Replace JSHint with ESLint shareable config
2017-06-12 11:42:37 -04:00
{
Update triangulation algorithm
2018-10-11 16:33:49 -04:00
"extends"
:
"cesium/node"
,
"rules"
:
{
var to let/const
2019-02-05 20:59:09 -05:00
"no-unused-vars"
:
[
"error"
,
{
"args"
:
"none"
}
]
Update triangulation algorithm
2018-10-11 16:33:49 -04:00
}
Replace JSHint with ESLint shareable config
2017-06-12 11:42:37 -04:00
}
Reference in New Issue
Copy Permalink