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 Mar 11, 2023
1 parent b6b6994 commit 5471875
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": {
"maplibre-gl": "^2.4.0",
Expand Down

0 comments on commit 5471875

Please sign in to comment.