mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
docs: update REAME.md
This commit is contained in:
12
README.md
12
README.md
@@ -21,7 +21,7 @@ have to be installed manually.
|
||||
Use the command
|
||||
|
||||
```shell
|
||||
npx install-peerdeps --dev @openstapps/eslint-config
|
||||
npx install-peerdeps -od --extra-args "-E" @openstapps/eslint-config
|
||||
```
|
||||
|
||||
Or, alternatively, add the following to your `package.json`:
|
||||
@@ -29,14 +29,14 @@ Or, alternatively, add the following to your `package.json`:
|
||||
```json
|
||||
{
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": ">=5.15.0",
|
||||
"@typescript-eslint/parser": ">=5.15.0",
|
||||
"eslint": ">=8.11.0",
|
||||
"@typescript-eslint/eslint-plugin": ">=5.29.0",
|
||||
"@typescript-eslint/parser": ">=5.29.0",
|
||||
"eslint": ">=8.18.0",
|
||||
"eslint-config-prettier": ">=8.5.0",
|
||||
"eslint-plugin-jsdoc": ">=38.0.6",
|
||||
"eslint-plugin-jsdoc": ">=39.3.3",
|
||||
"eslint-plugin-prettier": ">=4.0.0",
|
||||
"eslint-plugin-unicorn": ">=41.0.1",
|
||||
"prettier": ">=2.6.0"
|
||||
"prettier": ">=2.7.1"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user