Skip to content

Commit f090418

Browse files
committed
feat: release eslint-config 0.0.2
1 parent 9e368a8 commit f090418

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

packages/eslint-config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pixiv/eslint-config
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [Bump deps](https://github.com/pixiv/frontend-config/pull/3) to support TypeScript 5.6 and [update eslint rules](https://github.com/pixiv/frontend-config/pull/4)
8+
39
## 0.0.1
410

511
### Patch Changes

packages/eslint-config/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# @pixiv/eslint-config
22

3+
> [!WARNING]
4+
> This package does not follow semver before 1.0
5+
36
`pnpm add eslint @pixiv/eslint-config`
47

58
eslint.config.mjs

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/eslint-config",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "pixiv's base eslint config",
55
"author": "pixiv",
66
"publishConfig": {

0 commit comments

Comments
 (0)