Skip to content

Commit

Permalink
[ESLint] Update dependency and start requiring node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewtro committed Apr 1, 2024
1 parent b4ca589 commit 93c69e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gentle-nails-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@putstack/eslint-config-typescript': patch
---

Update to eslint-plugin-import-x and start requiring node >= 18.18.0 or >= 20.8.0
5 changes: 4 additions & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"description": "ESLint config for TypeScript",
"repository": "https://github.com/Pewtro/configs",
"main": "index.js",
"engines": {
"node": ">=18.18.0 <20 || >=20.8.0"
},
"files": [
"/base",
"index.js"
Expand All @@ -21,7 +24,7 @@
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import-x": "0.4.4",
"eslint-plugin-import-x": "0.5.0",
"eslint-plugin-progress": "0.0.1",
"eslint-plugin-sonar": "0.13.2",
"eslint-plugin-sonarjs": "0.25.0",
Expand Down

0 comments on commit 93c69e8

Please sign in to comment.