Skip to content

Commit

Permalink
fix: update script to match v9 eslint cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rwan-117 committed Mar 4, 2025
1 parent b4849db commit 5d11f9b
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 @@ -18,7 +18,7 @@
],
"scripts": {
"build": "tsc",
"lint": "npx eslint . --ignore-path .gitignore"
"lint": "npx eslint . --ignore-pattern .gitignore"
},
"devDependencies": {
"@eslint/compat": "^1.2.7",
Expand Down

0 comments on commit 5d11f9b

Please sign in to comment.