Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Update ESLint to v9, migrate to flat config, lint dist files | Michał Gołębiowski-Owczarek | 2025-03-03 | 1 | -42/+0 |
| | | | | | Dist files linting is limited to checking if they're proper ES5. Closes gh-2336 | ||||
* | Build: Fix the ESLint config for demos | Michał Gołębiowski-Owczarek | 2024-10-17 | 1 | -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 ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -0/+38 |
Fixes #15393 Closes gh-1958 |