Closed mprafson closed 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.
It should be linting recursively -- looks like it's not currently! Also keeping all types would be useful for the shader files
Fixed via #81
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.