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:
- set up a linting script in your
package.json
- add the script to your
.travis.yml
It looks like your linter rules are not being enforced on your repo. You can configure your
.travis.ymlfile to run eslint so that your CI will fail if your linter rules aren't followed.To do this:
package.json.travis.yml