ForestAdmin / lumber

Install Forest Admin in minutes.
https://www.forestadmin.com
MIT License
2.08k stars 106 forks source link

[+] Technical - Add sonarJS linter for complexity issues. #368

Closed slimee closed 4 years ago

slimee commented 4 years ago

This PR installs the sonarJS plugin for eslint. This PR deactivates all sonarJS rules, except the sonarjs/cognitive-complexity rule.

The level is set on 1 / warning to avoid breaking the build.

slimee commented 4 years ago

infos about sonar: https://github.com/SonarSource/eslint-plugin-sonarjs

slimee commented 4 years ago

Technical - Add Sonar linter