Michael B. Gale
0abe92ed20
Configure ESLint import/no-extraneous-dependencies rule for pr-checks
2026-03-25 13:17:37 +00:00
Michael B. Gale
e608db4784
Add eslint configuration for pr-checks
2026-03-12 22:39:44 +00:00
Michael B. Gale
ea703668e0
Avoid bundling package.json
...
- `package.json` is bundled by `esbuild` because we depend on it in `actions-util.ts`
- That is so we can access the `version` property
- We now use `build.mjs` to define a constant for it instead
- We also set this constant in `ava.setup.mjs` for tests
- This reduces the size of the generated `.js` files and avoids changing them entirely in some cases
2026-03-12 18:55:03 +00:00
Michael B. Gale
c183dca871
Move ava config out of package.json
2026-03-12 18:43:14 +00:00
Henry Mercer
fdecf48e22
Linting: Require unused function parameters to start with _
2026-03-09 16:43:17 +00:00
Michael B. Gale
c7e378f003
Scaffold project for sync.ts script
2026-02-28 15:58:47 +00:00
Henry Mercer
fba33f686a
Enable tseslint strict rules
2026-02-23 19:00:06 +00:00
Henry Mercer
48094d2b6e
Explicitly include eslint recommended rules
2026-02-23 18:43:10 +00:00
Henry Mercer
b948539dd4
Use import-x/no-cycle
2026-02-20 16:34:03 +00:00
Henry Mercer
c54531587d
Update eslint to v9
2026-02-20 15:57:26 +00:00
Michael B. Gale
5b58b8f9c5
Linter: check JSDoc parameter names exist
2025-11-09 10:26:36 +00:00
Henry Mercer
e5f165b8f5
Linting: Prefer optional chaining
2025-10-22 16:55:06 +01:00
Michael B. Gale
d25fa60a90
ESLint: Disable no-unused-vars for parameters starting with _
2025-10-01 15:28:31 +01:00
Henry Mercer
09839488db
Update del
2025-08-29 19:22:46 +01:00
Henry Mercer
c2b56013b4
Update get-folder-size
2025-08-29 19:11:25 +01:00
Henry Mercer
8a3bfe665b
Transpile separately in both build and test steps
...
This means we avoid doing a type checking pass twice
2025-08-22 12:31:57 +01:00
Henry Mercer
67d4718952
Compile sources to separate directory for tests
2025-08-21 13:47:15 +01:00
Henry Mercer
fee3663b18
Bundle Actions using esbuild
2025-08-21 13:38:56 +01:00
Henry Mercer
cfb8d07200
Remove unnecessary String initializations
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-05 11:18:46 +01:00
Andrew Eisenberg
778c2bc28d
Fix eslint configuration
2024-07-16 15:13:51 -07:00
Andrew Eisenberg
3cf7236447
Migrate to eslint.config.mjs
...
`.eslintrc.json` is deprecated.
2024-07-16 10:11:29 -07:00