fx-ts
fx-ts copied to clipboard
Add eslint, prettier, import sorting
Still some settings to tweak here:
- I prefer comma-separated fields for record types. Not sure how to set that instead of the default semicolons.
- Figure out if using some of ESLint/VSCode's suggestions (such as using never instead of any) actually work in this project.
I have recently set up ESLint with Prettier, import sorting, sort destructure keys, import resolver for TypeScript, stylelint, etc. Maybe we can share our experiences?