Skip to content

Commit

Permalink
build(eslint-config-inspector): change output from 'dist/lint-inspect…
Browse files Browse the repository at this point in the history
…' to 'dist/config-inspector'
  • Loading branch information
MFarabi619 committed Nov 12, 2024
1 parent 7ab8494 commit 1412605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:fix": "eslint . --fix",
"lint:inspect": "pnpx @eslint/config-inspector --no-open",
"lint:inspect-open": "pnpx @eslint/config-inspector",
"lint:inspect-build": "pnpx @eslint/config-inspector build --outDir dist/lint-inspect"
"lint:inspect-build": "pnpx @eslint/config-inspector build --outDir dist/config-inspector"
},
"dependencies": {
"@nx/remix": "20.0.10",
Expand Down

0 comments on commit 1412605

Please sign in to comment.