docs: fix wrong eslint-config name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4 Reviewed-by: Jérémi N ‘EndMove’ <endmove@noreply.endmove.eu>
This commit is contained in:
parent
7ca678b9c2
commit
71ac3682b7
10
README.md
10
README.md
@ -14,10 +14,10 @@ Install the package:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# with yarn
|
# with yarn
|
||||||
yarn add -D @io-projects/eslint-config
|
yarn add -D @ioprojects/eslint-config
|
||||||
|
|
||||||
# with npm
|
# with npm
|
||||||
npm install --save-dev @io-projects/eslint-config
|
npm install --save-dev @ioprojects/eslint-config
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@ -27,7 +27,7 @@ Add the following to your `.eslintrc.js` file:
|
|||||||
```js
|
```js
|
||||||
module.exports = {
|
module.exports = {
|
||||||
extends: [
|
extends: [
|
||||||
'@io-projects/eslint-config'
|
'@ioprojects/eslint-config'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -39,7 +39,7 @@ Add the following to your `.eslintrc.json` file:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"@io-projects/eslint-config"
|
"@ioprojects/eslint-config"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -49,7 +49,7 @@ Add the following to your `.eslintrc.json` file:
|
|||||||
Add the following to your `.eslintrc.cjs` file:
|
Add the following to your `.eslintrc.cjs` file:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
module.exports = require('@ioprojects/ui-eslint-base');
|
module.exports = require('@ioprojects/eslint-config');
|
||||||
```
|
```
|
||||||
|
|
||||||
### Note for developers
|
### Note for developers
|
||||||
|
Loading…
Reference in New Issue
Block a user