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 am trying to make my dev process fail fast on jsxhint error because there is no need to run tests when script doesn't satisfies jsxhint.
I am using jsxhint-laoder as a preLoader. when built directly with webpack, the jsxhint errors make build fail, but with karma-webpack, It doesn't prevent tests from running on error.
Closing due to the age of this ticket, if you're still having issues with the current build feel free to open a new ticket with the relevant information and I'll help as best I can!
Hi,
I am trying to make my dev process fail fast on jsxhint error because there is no need to run tests when script doesn't satisfies jsxhint.
I am using jsxhint-laoder as a preLoader. when built directly with webpack, the jsxhint errors make build fail, but with karma-webpack, It doesn't prevent tests from running on error.
here is my jsxhint-loader :
How can I make my dev process fail fast?
Thanks in advance.
The text was updated successfully, but these errors were encountered: