A sample project on how to add code checking to any js/ts project
- npm init -y
- npm i -D typescript eslint prettier eslint-config-airbnb-typescript-prettier @tsconfig/recommended
- copy .eslintrc.json, .prettierrc.json and tsconfig.json
A sample project on how to add code checking to any js/ts project