google-ar / three.ar.js

A helper three.js library for building AR web experiences that run in WebARonARKit and WebARonARCore
https://developers.google.com/ar/develop/web/getting-started
Apache License 2.0
2.91k stars 367 forks source link

eslint only checks files in src, not recursive #72

Closed mprafson closed 6 years ago

mprafson commented 6 years ago

Do we want the build rule to be src/**/*.js (or src/**/*.* for all types)? Otherwise it just checks the items in src/ and not further.

jsantell commented 6 years ago

It should be linting recursively -- looks like it's not currently! Also keeping all types would be useful for the shader files

jsantell commented 6 years ago

Fixed via #81