mirror of
https://github.com/garraflavatra/yeslint.git
synced 2024-11-21 15:38:57 +01:00
Updated config examples in readme
This commit is contained in:
parent
88facd931e
commit
ce45856c63
@ -36,7 +36,7 @@ Please consider the following example. You should replace `<name>` with the name
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
module.exports = {
|
module.exports = {
|
||||||
extends: './node_modules/yeslint/config/<name>.js',
|
extends: './node_modules/@garraflavatra/yeslint/config/<name>.js',
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ Or add this to your `package.json` file:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "./node_modules/yeslint/config/<name>.js"
|
"extends": "./node_modules/@garraflavatra/yeslint/config/<name>.js"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user