Updated config examples in readme

This commit is contained in:
Romein van Buren 2023-07-28 20:31:58 +02:00
parent 88facd931e
commit ce45856c63
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 ```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"
} }
``` ```