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

View File

@ -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"
] ]
} }