Skip to content

Commit 752dafd

Browse files
committed
fix: remove incompatible ESLint packages for CI
Remove eslint-config-semistandard and eslint-plugin-standard which are incompatible with ESLint 9 flat config format. These packages require ESLint 8 but we've migrated to ESLint 9. Fixes peer dependency conflict in CI build.
1 parent 4aa810c commit 752dafd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@
7575
"chai": "^4.3.7",
7676
"dtslint": "^4.2.1",
7777
"eslint": "^9.34.0",
78-
"eslint-config-semistandard": "^17.0.0",
7978
"eslint-plugin-import": "^2.32.0",
8079
"eslint-plugin-n": "^17.21.3",
8180
"eslint-plugin-promise": "^7.2.1",
82-
"eslint-plugin-standard": "^4.1.0",
8381
"mocha": "^10.1.0",
8482
"nyc": "^17.1.0",
8583
"pg": "^8.8.0",

0 commit comments

Comments
 (0)