aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/eslint-local-rules/use-visibility-enum.js
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23605 Move sonar-web to privateJeremy Davis2024-12-181-22/+0
|
* SONAR-23206 Remove design-system build to have it as normal code inside ↵David Cho-Lerat2024-10-221-0/+1
| | | | | | | sonar-web (#12088) Co-authored-by: Grégoire Aubert <gregoire.aubert@sonarsource.com> Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com>
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
|
* [NO JIRA] Improve local eslint rulesWouter Admiraal2023-04-041-0/+21
- 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