bigtestjs / server

All BigTest development has moved to https://github.com/thefrontside/bigtest
https://github.com/thefrontside/bigtest
2 stars 1 forks source link

🐛Properly escape linting globs #11

Closed cowboyd closed 5 years ago

cowboyd commented 5 years ago

Running the command through yarn was not properly passing the dirglobs like src/**/*.ts through to eslint. As a result, none of our files were actually getting linted.

Enquoting them makes sure that each is passed unexpanded to eslint.