Skip to content

Commit

Permalink
chore(eslint-config): update deps and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Feb 26, 2024
1 parent acd9029 commit d900d5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-turtles-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tszhong0411/eslint-config": patch
---

update deps and readme
30 changes: 1 addition & 29 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
# @tszhong0411/eslint-config

The ESLint configuration for tszhong0411 projects.

## Installation

Install the package:

```bash
npm install -D @tszhong0411/eslint-config
# or
yarn add -D @tszhong0411/eslint-config
# or
pnpm add -D @tszhong0411/eslint-config
# or
bun add -D @tszhong0411/eslint-config
```

## Usage

Extend the configuration in your ESLint configuration file:

```js
module.exports = {
extends: ['@tszhong0411/eslint-config']
}
```

## License

This project is licensed under the [MIT License](LICENSE).
⚠️ Warning: This package is intended for honghong.me's internal use. It might release breaking changes frequently and not be documented. Use it at your own risk.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "8.x"
},
"devDependencies": {
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d900d5c

Please sign in to comment.