Skip to content

Commit 01eee34

Browse files
committed
chore: use lintroll
1 parent 00f9f1f commit 01eee34

File tree

7 files changed

+3660
-2761
lines changed

7 files changed

+3660
-2761
lines changed
File renamed without changes.

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"scripts": {
3737
"prepare": "pnpm simple-git-hooks",
3838
"build": "pkgroll --target=node12.19 --minify",
39-
"lint": "lint --node --cache .",
39+
"lint": "lintroll --node --cache .",
4040
"type-check": "tsc --noEmit",
4141
"test": "pnpm build && node ./dist/cli.mjs tests/index.ts",
4242
"prepack": "pnpm build && clean-pkg-json",
@@ -62,7 +62,6 @@
6262
},
6363
"devDependencies": {
6464
"@ampproject/remapping": "^2.2.1",
65-
"@pvtnbr/eslint-config": "^1.0.3",
6665
"@types/cross-spawn": "^6.0.6",
6766
"@types/node": "^20.9.4",
6867
"@types/react": "^18.2.38",
@@ -74,13 +73,13 @@
7473
"cleye": "^1.3.2",
7574
"cross-spawn": "^7.0.3",
7675
"es-module-lexer": "^1.4.1",
77-
"eslint": "^8.56.0",
7876
"execa": "^8.0.1",
7977
"fs-fixture": "^1.2.0",
8078
"fs-require": "^1.6.0",
8179
"get-node": "^15.0.0",
8280
"kolorist": "^1.8.0",
8381
"lint-staged": "^15.1.0",
82+
"lintroll": "^1.4.1",
8483
"magic-string": "^0.30.5",
8584
"manten": "^1.2.0",
8685
"memfs": "^4.6.0",

0 commit comments

Comments
 (0)