Skip to content

Commit

Permalink
Add "--debug" to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
atoppi committed Jun 13, 2024
1 parent cfbf7a5 commit 5463656
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 @@ -50,6 +50,6 @@
},
"scripts": {
"build": "npm install --omit=dev",
"lint": "npx eslint"
"lint": "npx eslint --debug"
}
}

0 comments on commit 5463656

Please sign in to comment.