Skip to content

Commit

Permalink
chore(eslint-config): various minor bumps
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk de Visser <[email protected]>
  • Loading branch information
dirkdev98 committed May 18, 2024
1 parent c12a6a8 commit 7c551bc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": ["README.md", "LICENSE", "dist/src"],
"engines": {
"node": ">=20"
},
"scripts": {
"build": "tsc -p ./tsconfig.json",
"lint": "eslint . --fix --cache --cache-strategy content --cache-location .cache/eslint/ --color",
Expand All @@ -36,11 +33,11 @@
"eslint-plugin-import-x": "^0.5.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-unused-imports": "^3.1.0",
"globals": "^15.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"globals": "^15.2.0",
"prettier": "^3.2.5",
"synckit": "^0.9.0",
"typescript-eslint": "^7.6.0"
"typescript-eslint": "^7.9.0"
},
"peerDependencies": {
"@next/eslint-plugin-next": "^14.1.4",
Expand Down Expand Up @@ -72,7 +69,6 @@
"@types/eslint": "^8.56.9",
"@types/eslint__js": "^8.42.3",
"@types/eslint-plugin-markdown": "^2.0.2",
"@typescript-eslint/utils": "^7.7.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-react": "^7.34.1",
Expand Down

0 comments on commit 7c551bc

Please sign in to comment.