Skip to content

Commit

Permalink
Add @typescript-eslint/experimental-utils as peer dependency (#9)
Browse files Browse the repository at this point in the history
* Add @typescript-eslint/experimental-utils as peer dependency
* Bump package v to 1.2.1
  • Loading branch information
sgraczyk authored Feb 29, 2024
1 parent 798b3d1 commit 799cb51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livechat/eslint-plugin",
"version": "1.2.0",
"version": "1.2.1",
"description": "Linting rules plugin for TypeScript ESLint",
"keywords": [
"eslint",
Expand All @@ -10,7 +10,8 @@
],
"main": "dist/index.js",
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^8.0.0",
"@typescript-eslint/experimental-utils": "^5.62.0"
},
"files": [
"dist",
Expand Down

0 comments on commit 799cb51

Please sign in to comment.