• DocumentationDocs

Code Style Rules

Nextify comes with its own set of code style rules:

FileDescription
.eslintrcEditor rules
.editorconfigESLint configuration
.prettierrcPrettier configuration

ESLint

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

npm run lint

If you have errors, you can try to fix them automatically with the command:

npm run lint:fix

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