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
Prettier is a great option for code styling and ESlint is a great option now (over TSLint, which is now deprecated). ESLint now has full support for TypeScript with a wide array of rules that cater to TypeScript specifically.
Would love feedback on these suggestions!
The text was updated successfully, but these errors were encountered:
Inspired by #388 (comment)
Main rules:
let
overvar
declarationsPrettier is a great option for code styling and ESlint is a great option now (over TSLint, which is now deprecated). ESLint now has full support for TypeScript with a wide array of rules that cater to TypeScript specifically.
Would love feedback on these suggestions!
The text was updated successfully, but these errors were encountered: