Fix base config name in the README

This commit is contained in:
ErickSkrauch 2019-06-03 14:16:46 +03:00 committed by GitHub
parent 5d0ad26777
commit 4ba3f330a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ simply add the `plugin:@elyby/base` configuration to the `extends` block:
```json
{
"extends": [
"plugin:@elyby/config"
"plugin:@elyby/base"
]
}
```
@ -45,7 +45,7 @@ Then add the `plugin:@elyby/react` configuration to the `extends` block:
```json
{
"extends": [
"plugin:@elyby/config",
"plugin:@elyby/base",
"plugin:@elyby/react"
]
}
@ -67,7 +67,7 @@ Then add the `plugin:@elyby/react` configuration to the `extends` block:
```json
{
"extends": [
"plugin:@elyby/config",
"plugin:@elyby/base",
"plugin:@elyby/typescript"
]
}