• DocumentationDocs

Code Style Rules

Nextify comes with its own set of code style rules:

FileDescription
.editorconfigESLint configuration
.prettierrcPrettier configuration

ESLint

Before pushing changes make sure you are following the ESLint rules.

npm run lint

Code Formatting

To format your code, run the command:

npm run format

Check for TypeScript errors

To check for type errors, run the command:

npm run type-check
Set Up ProjectIntroduction

Follow the creator

Join the community