Skip to content

Commit

Permalink
Merge pull request #53 from solarflare045/fix/fix-peer-dependency-issues
Browse files Browse the repository at this point in the history
Fix/fix peer dependency issues
  • Loading branch information
solarflare045 authored Nov 26, 2024
2 parents d5f6f39 + b380ca1 commit 559b8f9
Show file tree
Hide file tree
Showing 6 changed files with 2,006 additions and 1,747 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.0
20.12.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

You can install **`eslint-config-intolerable-style-guide`** using npm via
```
npm install -D eslint-config-intolerable-style-guide eslint@9
npm install -D eslint-config-intolerable-style-guide eslint@^8.57.1
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion example-project/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = [
languageOptions: {
parserOptions: {
project: './tsconfig.json',
},
},
},
},
];
Loading

0 comments on commit 559b8f9

Please sign in to comment.