1.0.2 • Published 10 months ago

setup-ts-eslint-prettier v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Your go-to script for setting up TS, ESLint and Prettier

Set up TS, ESLint, and Prettier with a single command and start writing the important parts of the your app!

more info tbd...

npx setup-ts-eslint-prettier

random notes

  • tsconfig will have an error if there's no files for it to look at. Ensure you have a file for TS to look at and you will not get an error anymore.
  • the ESLint flat configs do not work with the react-hooks eslint plugin. If you want to use that plugin:
    • downgrade to tseslint 7 or lower
    • downgrade to eslint 8 or lower (to the specified version as noted in tseslint)
1.0.2

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago