Jon Koops
|
fefe2f57ae
|
Use JavaScript private class features (#24054)
Uses JavaScript [private class features](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields) over TypeScript's `private` keyword. Also introduces some ESLint configuration to enforce this rule throughout the project.
|
2023-10-23 14:12:55 -04:00 |
|
Jon Koops
|
cd9dce68da
|
Add eslint-plugin-react-hooks to enforce the Rules of Hooks (#20707)
|
2023-06-01 11:56:06 +02:00 |
|
dependabot[bot]
|
1fc33d76b8
|
Bump eslint-plugin-cypress from 2.12.1 to 2.13.1 in /js (#19411)
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.12.1 to 2.13.1.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.12.1...v2.13.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-30 12:34:14 +02:00 |
|
Jon Koops
|
ec8e24c550
|
Rework project structure so it matches the main repo
|
2023-03-07 11:55:19 +01:00 |
|