Patched config examples again...

This commit is contained in:
Romein van Buren 2023-07-28 20:33:10 +02:00
parent ce45856c63
commit c29b5c06cf
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

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