-
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-eslint
react
react-hooks
jest
jest-formatting
simple-import-sort
unused-imports
sonarjs
destructuring
It also extends the next configurations:
airbnb-base
plugin:prettier/recommended
plugin:@typescript-eslint/recommended
plugin:react/recommended
plugin:jest/recommended
plugin:jest-formatting/recommended
Script | Description |
---|---|
lint |
Checks the whole project for compliance with ESLint rules. Fixes the places that can be auto-fixed. |