CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.71k stars 307 forks source link

Switch from gulp-eslint to the ESLint CLI #90

Closed ottaviohartman closed 7 years ago

ottaviohartman commented 7 years ago

Move from gulp-eslintto a simple CLI invocation of ESLint. This allows for caching and drastically increases the speed of running npm run eslint. In addition, bump eslint-cesium-config to 2.0.0.

mramato commented 7 years ago

Thanks!