1.0.1 • Published 2 years ago

eslint-config-willthefirst v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Learnings

The bible: https://eslint.org/docs/developer-guide/shareable-configs#publishing-a-shareable-config

Required in root:

npm i { this package } add:

  • tsconfg.eslint.json
  • tsconfig.json, pointing to a useful src folder
  • src folder with sample file inside

npx eslint src (tries to run eslint once in the src folder) this command will prompt you to install all necessary missing packages