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
Now two tslint configs exist. One for development, one for production. In development, the defaultSeverity is set to "warning". Thus, compiling does not fail when breaking a rule. In production defaultSeverity is set to "error", resulting in failing compilation.
When running `npm run build` tests run before building.
Solution for config setup taken from
wmonk/create-react-app-typescript#329 (comment)wmonk/create-react-app-typescript#133 (comment)
0 commit comments