canjs / can-reflect

Operate on unknown data types
https://canjs.com/doc/can-reflect.html
MIT License
4 stars 4 forks source link

jshint not running on most files #139

Closed phillipskevin closed 5 years ago

phillipskevin commented 6 years ago

https://github.com/canjs/can-reflect/blob/c71acd494834e0391223ba259576fc0c0c1e34c3/package.json#L25

...is only running jshint on 3 files. This line should be

"jshint": "jshint ./*.js reflections/**/*.js types/*.js --config",