Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 526 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 526 Bytes

codecheck

A sample project on how to add code checking to any js/ts project

Steps

  1. npm init -y
  2. npm i -D typescript eslint prettier eslint-config-airbnb-typescript-prettier @tsconfig/recommended
  3. copy .eslintrc.json, .prettierrc.json and tsconfig.json

Reference