Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 188 Bytes

DEV.md

File metadata and controls

17 lines (12 loc) · 188 Bytes

Routify: dev guide

Lint

# run linter
npm run lint

# fix lint (prettier + eslint --fix)
npm run lint:fix

# just eslint
npm run eslint

# just prettier
npm run prettier