Skip to content

Latest commit

Β 

History

History
12 lines (9 loc) Β· 666 Bytes

README.md

File metadata and controls

12 lines (9 loc) Β· 666 Bytes

@ng-bike/next-config

Set of base config files for the next apps (eslint, typescript, jest).

Commands πŸ“œ

Script Description
test Runs the test suite using Jest.
typecheck Checks the project for type errors using the TypeScript compiler (tsc).
lint Runs ESLint.
lint:fix Runs ESLint and automatically fixes problems that can be fixed.