-
Notifications
You must be signed in to change notification settings - Fork 2
Linters
Dmitry Usik edited this page Apr 3, 2022
·
6 revisions
The project has a fully configured ESLint that includes a lot of plugins, among them:
prettier@typescript-eslintreactreact-hooksjestjest-formattingsimple-import-sortunused-importssonarjsdestructuring
It also extends the next configurations:
airbnb-baseplugin:prettier/recommendedplugin:@typescript-eslint/recommendedplugin:react/recommendedplugin:jest/recommendedplugin:jest-formatting/recommended
| Script | Description |
|---|---|
lint |
Checks the whole project for compliance with ESLint rules. Fixes the places that can be auto-fixed. |