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
I cannot commit my code, it constantly fails lint tests.
Here is my console
To solve this I ran the command npm install --save-dev lint-staged@beta
I could then successfully commit but this changes package.json file which results in travis CI test fail as in my PR #3436 compilation failure on running npm start. What should I do?
The text was updated successfully, but these errors were encountered:
niravasher
changed the title
Error can't commit, filing lint tasks
Error can't commit, failing lint tasks
Jan 1, 2020
I cannot commit my code, it constantly fails lint tests.
Here is my console
To solve this I ran the command
npm install --save-dev lint-staged@beta
I could then successfully commit but this changes package.json file which results in travis CI test fail as in my PR #3436 compilation failure on running
npm start
. What should I do?The text was updated successfully, but these errors were encountered: