Skip to content

Commit

Permalink
docs: mention sonarjs eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Aug 27, 2021
1 parent 8c8346a commit cc2cbc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ An example of base eslint configuration can be found in [./.eslint.base.json](./
and packages extends it in their own root folder, as an example see [./apps/web-app/.eslintrc.json](./apps/web-app/.eslintrc.json).
Prettier is included in eslint configuration as well as [eslint-config-next](https://nextjs.org/docs/basic-features/eslint) for nextjs apps.

For code complexity and deeper code analysis [sonarjs plugin](https://github.com/SonarSource/eslint-plugin-sonarjs) is activated.

### 5.2 Hooks / Lint-staged

Check the [.husky](./.husky) folder content to see what hooks are enabled. Lint-staged is used to guarantee
Expand Down

0 comments on commit cc2cbc5

Please sign in to comment.