aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/eslint-local-rules/lib/use-enum.js
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
|
* [NO JIRA] Improve local eslint rulesWouter Admiraal2023-04-041-0/+41
- Also trigger on conditional DeferredSpinner when using ternary conditions. - Turn all "use enum" rules into standalone rule files, and move the reusable logic to a lib/ folder instead. - Run tests on CI