aboutsummaryrefslogtreecommitdiffstats
path: root/ui/.eslintrc.json
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update ESLint to v9, migrate to flat config, lint dist filesMichał Gołębiowski-Owczarek2025-03-031-42/+0
| | | | | Dist files linting is limited to checking if they're proper ES5. Closes gh-2336
* Build: Fix the ESLint config for demosMichał Gołębiowski-Owczarek2024-10-171-0/+4
| | | | | | | | The ESLint config for `demos` extends the one for the `ui` directory. However, the `ui` one used to not be a root one, making the `demos` one effectively not depend on the `jquery` preset. Fix that and fix lots of lint violations in `demos/search.js`. Closes gh-2303
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-0/+38
Fixes #15393 Closes gh-1958