Skip to content

Commit

Permalink
chore: use lintroller
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Apr 23, 2024
1 parent ee7ce12 commit 50a83a0
Show file tree
Hide file tree
Showing 2 changed files with 5,265 additions and 3,779 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -40,7 +40,7 @@
"build": "pkgroll --target=node16.19.0",
"test": "tsx tests",
"dev": "tsx watch --conditions=development tests",
"lint": "lint --cache .",
"lint": "lintroll --cache .",
"type-check": "tsc --noEmit",
"prepack": "pnpm build && clean-pkg-json"
},
Expand All @@ -54,17 +54,16 @@
"webpack-sources": "^1.4.3"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^1.0.1",
"@types/loader-utils": "^2.0.3",
"@types/mini-css-extract-plugin": "2.4.0",
"@types/node": "^18.13.0",
"@types/webpack": "^4.41.33",
"@types/webpack-sources": "^0.1.9",
"clean-pkg-json": "^1.2.0",
"css-loader": "^5.2.7",
"eslint": "^8.56.0",
"execa": "^8.0.1",
"fs-fixture": "^1.2.0",
"lintroll": "^1.4.0",
"manten": "^1.2.0",
"memfs": "^4.6.0",
"mini-css-extract-plugin": "^1.6.2",
Expand Down

0 comments on commit 50a83a0

Please sign in to comment.