-
Notifications
You must be signed in to change notification settings - Fork 2
Linters
Dmitry Usik edited this page Mar 30, 2021
·
6 revisions
The project has a fully configured linter that includes a lot of plugins, among them:
prettier
@typescript-eslint
react
react-hooks
jest
jest-formatting
simple-import-sort
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. |