Open astroash opened 6 years ago
It looks like your linter rules are not being enforced on your repo. You can configure your .travis.yml file to run eslint so that your CI will fail if your linter rules aren't followed.
.travis.yml
To do this:
package.json
It looks like your linter rules are not being enforced on your repo. You can configure your
.travis.yml
file to run eslint so that your CI will fail if your linter rules aren't followed.To do this:
package.json
.travis.yml