Skip to content

Commit

Permalink
style: lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jun 28, 2024
1 parent e66d1d3 commit fab7dd7
Show file tree
Hide file tree
Showing 4 changed files with 3,116 additions and 2,209 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
],
"main": "./dist/index.cjs",
"exports": "./dist/index.cjs",
"packageManager": "[email protected]",
"scripts": {
"test": "tsx tests",
"dev": "tsx watch tests",
"build": "pkgroll",
"lint": "lint . --ignore-pattern README.md",
"lint": "lintroll . --ignore-pattern README.md",
"prepack": "pnpm build && clean-pkg-json"
},
"peerDependencies": {
"eslint": "^7.0.0"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^1.0.3",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.19",
"clean-pkg-json": "^1.2.0",
"dot-prop": "^8.0.2",
"eslint": "^8.56.0",
"execa": "^8.0.1",
"fs-fixture": "^1.2.0",
"lintroll": "^1.7.1",
"manten": "^1.2.0",
"outdent": "^0.8.0",
"pkgroll": "^2.0.1",
Expand Down
Loading

0 comments on commit fab7dd7

Please sign in to comment.