Skip to content

Commit

Permalink
Fix lint npm scripts (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
munierujp authored May 12, 2024
1 parent 070331e commit da01705
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 @@ -3,7 +3,7 @@
"version": "48.0.0",
"description": "Recommended ESLint Shareable Config for TypeScript",
"scripts": {
"lint": "eslint '**/*.{js,mjs,cjs,jsx,ts,mts,cts,tsx}'",
"lint": "eslint '**/*.{js,mjs,cjs,ts,mts,cts}'",
"prepublishOnly": "npm run lint"
},
"files": [
Expand Down

0 comments on commit da01705

Please sign in to comment.