mirror of
https://github.com/elyby/eslint-plugin.git
synced 2024-11-09 15:02:16 +05:30
Fix base config name in the README
This commit is contained in:
parent
5d0ad26777
commit
4ba3f330a2
@ -24,7 +24,7 @@ simply add the `plugin:@elyby/base` configuration to the `extends` block:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"plugin:@elyby/config"
|
"plugin:@elyby/base"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -45,7 +45,7 @@ Then add the `plugin:@elyby/react` configuration to the `extends` block:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"plugin:@elyby/config",
|
"plugin:@elyby/base",
|
||||||
"plugin:@elyby/react"
|
"plugin:@elyby/react"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -67,7 +67,7 @@ Then add the `plugin:@elyby/react` configuration to the `extends` block:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"plugin:@elyby/config",
|
"plugin:@elyby/base",
|
||||||
"plugin:@elyby/typescript"
|
"plugin:@elyby/typescript"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user