Skip to content

Commit

Permalink
stopped eslint from fixing .js files due to a suspeced infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jan 5, 2023
1 parent 07e13db commit ff6bde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
"lint": "eslint . --ext .vue,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"mapbox-gl": "^2.12.0",
Expand Down

0 comments on commit ff6bde7

Please sign in to comment.