Skip to content

Commit d7da52e

Browse files
committed
Bump to 0.6.0 for release
This release bumps ESLint to the 8.x series, prettier to the 3.x series, and TypeScript to the 5.x series. It also bumps other dependencies to their latest versions and is now self-applying this lint config in CI. Note that one big and impactful change is the switch to Prettier 3.x, which [changes the default value of `trailingComma` to `all`](https://prettier.io/blog/2023/07/05/3.0.0.html#javascript). This means that any project that pulls in a release after this PR lands will likely have a lot of updates to function calls that were previously not using trailing commas. Somewhat less invasive, TypeScript annotations like `typeof Thing["key"]` are now being formatted as `(typeof Thing)["key"]`.
1 parent d1e1b95 commit d7da52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thesis-co/eslint-config",
3-
"version": "0.6.0-pre",
3+
"version": "0.6.0",
44
"description": "ESLint TypeScript shareable config for Thesis wide projects",
55
"main": "index.js",
66
"repository": "[email protected]:thesis/eslint-config.git",

0 commit comments

Comments
 (0)