You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: