aboutsummaryrefslogtreecommitdiff
path: root/eslint.config.ts
AgeCommit message (Collapse)AuthorFilesLines
2025-07-04infra: use import.meta.dirname (#3542)Shinigami1-5/+2
2025-06-29test: extract cjs require tests to .spec.cts (#3436)Shinigami1-1/+8
2025-06-19infra: update eslint config (#3530)Shinigami1-5/+10
2025-06-17docs: add remarks about external sources (#3452)Shinigami1-0/+7
2025-02-07chore(deps): update eslint (#3383)renovate[bot]1-0/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2025-01-12chore(deps): update eslint (#3369)renovate[bot]1-1/+1
* chore(deps): update eslint * chore(deps): update eslint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shinigami92 <[email protected]>
2024-12-28docs(api): add refresh button to examples (#3301)ST-DDT1-0/+1
* docs(api): add refresh button to examples * chore: improve button behavior slightly * chore: improve output format * chore: ignore examples without recordable results * temp * chore: use svg button * chore: use json5 format for test * chore: simplify result formatting * test: add formatting tests * test: add e2e refresh test * test: use static test values * chore: fix regex * chore: simplify refresh placeholder * Update cypress/e2e/example-refresh.cy.ts * fix: handle property after function call * Apply suggestions from code review Co-authored-by: Shinigami <[email protected]> * Apply suggestions from code review Co-authored-by: Shinigami <[email protected]> * Apply suggestions from code review Co-authored-by: Shinigami <[email protected]> * chore: format * chore: add comment --------- Co-authored-by: Shinigami <[email protected]>
2024-12-22infra(unicorn): prevent-abbreviations (#3320)ST-DDT1-4/+1
2024-12-02infra(unicorn): prefer-export-from (#3272)ST-DDT1-1/+0
2024-11-14infra(unicorn): consistent-function-scoping (#3255)ST-DDT1-1/+0
2024-11-10chore(deps): update dependency eslint-plugin-file-progress to v3 (#3252)renovate[bot]1-1/+1
2024-11-05infra: name eslint config groups for inspection (#3249)ST-DDT1-3/+11
2024-11-05infra(unicorn): prefer-string-slice (#3247)ST-DDT1-1/+1
2024-11-05infra: show eslint progress (#3172)Shinigami1-1/+6
Co-authored-by: ST-DDT <[email protected]>
2024-11-03infra(unicorn): permanently disable no-object-as-default-parameter (#3203)ST-DDT1-1/+1
2024-11-03chore(deps): update eslint (#3238)renovate[bot]1-1/+4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2024-10-19infra(eslint): limit usage of globals in src (#3191)ST-DDT1-0/+5
2024-10-12chore(deps): update dependency eslint-plugin-unicorn to v56 (#3159)renovate[bot]1-1/+0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2024-09-19chore(deps): update devdependencies (major) (#3016)renovate[bot]1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2024-09-16infra: use eslint.config.ts (#3044)Shinigami1-0/+262
Co-authored-by: ST-DDT <[email protected]>