mirror of
https://github.com/garraflavatra/yeslint.git
synced 2025-02-19 16:29:27 +00:00
Patched config examples again...
This commit is contained in:
parent
ce45856c63
commit
c29b5c06cf
@ -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/@garraflavatra/yeslint/config/<name>.js',
|
extends: './node_modules/@garraflavatra/yeslint/configs/<name>.js',
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ Or add this to your `package.json` file:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "./node_modules/@garraflavatra/yeslint/config/<name>.js"
|
"extends": "./node_modules/@garraflavatra/yeslint/configs/<name>.js"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user