Skip to content

Commit

Permalink
include eslint typings in eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez committed Jul 23, 2024
1 parent f95b094 commit feb4234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsts/src/rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@babel/preset-flow": "7.24.1",
"@babel/preset-react": "7.24.1",
"@eslint-community/regexpp": "4.10.0",
"@types/eslint": "8.56.10",
"@typescript-eslint/eslint-plugin": "7.16.1",
"builtin-modules": "3.3.0",
"bytes": "3.1.2",
Expand All @@ -49,7 +50,6 @@
},
"devDependencies": {
"@types/bytes": "3.1.4",
"@types/eslint": "8.56.10",
"@types/eslint-scope": "3.7.7",
"@types/functional-red-black-tree": "1.0.2",
"@types/node": "20.11.30",
Expand Down

0 comments on commit feb4234

Please sign in to comment.