Skip to content

Commit

Permalink
fix eslint run
Browse files Browse the repository at this point in the history
  • Loading branch information
koblas committed Jan 14, 2025
1 parent 85f356d commit f037ee5
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 @@ -37,7 +37,7 @@
},
"scripts": {
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"lint": "eslint src",
"test": "jest",
"build": "tsc",
"prepublishOnly:esm": "tsc -p tsconfig.json",
Expand Down

0 comments on commit f037ee5

Please sign in to comment.