Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 3, 2025
1 parent 9d942ad commit 3d0ec54
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"scripts": {
"build": "rimraf dist && tsc",
"lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore .",
"lint": "cross-env \"ESLINT_USE_FLAT_CONFIG=false\" eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore .",
"lint:prettier": "prettier --cache --check .",
"prepublish": "pnpm build",
"prerelease": "pnpm build",
Expand Down Expand Up @@ -70,6 +70,7 @@
"@types/node": "22.10.5",
"@types/yargs": "17.0.33",
"@typescript-eslint/parser": "8.19.0",
"cross-env": "7.0.3",
"eslint": "9.17.0",
"eslint-plugin-import": "2.27.5",
"jest-resolve": "29.5.0",
Expand Down
11 changes: 11 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d0ec54

Please sign in to comment.