Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 4, 2022
1 parent 9aa6838 commit a8b7c6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm i eslint eslint-config-egg --save-dev
```json
{
"devDependencies": {
"eslint-config-egg": "11",
"eslint-config-egg": "12",
"eslint": "8"
}
}
Expand All @@ -36,7 +36,7 @@ module.exports = {
```json
{
"devDependencies": {
"eslint-config-egg": "11",
"eslint-config-egg": "12",
"typescript": "^4.5.2"
}
}
Expand Down Expand Up @@ -88,7 +88,7 @@ If you want to use eslint-config-egg with experimental features such as `async f
```json
{
"devDependencies": {
"eslint-config-egg": "11",
"eslint-config-egg": "12",
"eslint": "8",
"@babel/core": "7",
"@babel/eslint-parser": "7"
Expand Down Expand Up @@ -120,7 +120,7 @@ If you want to use eslint-config-egg with react, jsx and es6 modules:
```json
{
"devDependencies": {
"eslint-config-egg": "11",
"eslint-config-egg": "12",
"eslint": "8",
"@babel/core": "7",
"@babel/eslint-parser": "7",
Expand Down

0 comments on commit a8b7c6e

Please sign in to comment.