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
As @Metastasis point in #97 (comment) , tslint being to be deprecated. I added info into description about migration into eslint
Siemienik
changed the title
Replace current lint:fix and format by single lint:fix
Replace current lint:fix and format by single lint:fix powered by eslint
Dec 6, 2020
Actual
Currently keeping code formatted and linted requires to use two commands:
yarn lint:fix
(ornpm run lint:fix
)yarn format
(ornpm run format
)Both of that are proceed by another tool.
Expected
yarn lint:fix
(ornpm run lint:fix
) should get same result like current solution.Packages:
This issues should be performed in all packages:
Further (do not resolve it):
The text was updated successfully, but these errors were encountered: