Nextify comes with its own set of code style rules:
File | Description |
---|---|
.editorconfig | ESLint configuration |
.prettierrc | Prettier configuration |
Before pushing changes make sure you are following the ESLint rules.
npm run lint
To format your code, run the command:
npm run format
To check for type errors, run the command:
npm run type-check