Skip to content

Commit

Permalink
feat: support ${configDir}
Browse files Browse the repository at this point in the history
closes #81
  • Loading branch information
privatenumber authored Aug 29, 2024
1 parent c57e0c9 commit eba8538
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 336 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"packageManager": "[email protected]",
"scripts": {
"lint": "lintroll --cache --node --ignore-pattern tests/fixtures .",
"lint": "lintroll --cache --node --ignore-pattern tests/fixtures . --allow-abbreviation=dir",
"build": "pkgroll --minify --target node12.20",
"test": "tsx tests",
"dev": "tsx watch --conditions=development tests",
Expand All @@ -60,7 +60,7 @@
"fs-fixture": "^2.4.0",
"is-fs-case-sensitive": "^1.0.0",
"jsonc-parser": "^3.2.1",
"lintroll": "^1.8.1",
"lintroll": "^1.9.0",
"manten": "^1.3.0",
"pkgroll": "^2.4.2",
"slash": "^5.1.0",
Expand Down
Loading

0 comments on commit eba8538

Please sign in to comment.