You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ All notable changes to the "promptitude" extension will be documented in this fi
10
10
11
11
- Dev tooling: Bumped TypeScript to 5.9.3 and @types/node to 20.19.23.
12
12
- Pinned @types/vscode to ~1.70.0 to align with `engines.vscode: ^1.70.0` and avoid compiling against newer VS Code API types than we officially support.
13
-
- Dev tooling: Upgraded ESLint to 9.x and @typescript-eslint (parser/plugin) to 8.x.
14
-
- Migrated from legacy .eslintrc to ESLint v9 flat config (`eslint.config.cjs`).
15
-
- Removed deprecated rule `@typescript-eslint/semi` and switched to core `semi`.
16
-
- Removed legacy `.eslintrc.js` file to avoid confusion post-migration.
13
+
- Dev tooling: Upgraded ESLint to 9.x and @typescript-eslint (parser/plugin) to 8.x.
14
+
- Migrated from legacy .eslintrc to ESLint v9 flat config (`eslint.config.cjs`).
15
+
- CI: Added ESLint lint step to CI/CD workflow to enforce lint on PRs/builds.
16
+
- CI: Added a TypeScript typecheck step (tsc --noEmit) and made ESLint fail on warnings (--max-warnings=0).
0 commit comments