JoannaWang1216 / note-app

0 stars 0 forks source link

chore: add lint npm script #8

Closed seanwu1105 closed 6 months ago

seanwu1105 commented 7 months ago

Add the following:

Invoke linter, formatter and TypeScript checker with

# in /ui directory
npm run lint

This will invoke tsc --noEmit && prettier --check . && eslint . --ext .ts,.tsx