mirror of
https://github.com/garraflavatra/yeslint.git
synced 2024-11-21 15:38:57 +01: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
|
||||
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
|
||||
"eslintConfig": {
|
||||
"extends": "./node_modules/@garraflavatra/yeslint/config/<name>.js"
|
||||
"extends": "./node_modules/@garraflavatra/yeslint/configs/<name>.js"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user