Skip to content

Commit

Permalink
fix eslint run command mask
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostya Bats committed Jul 21, 2024
1 parent dbab9c2 commit 127aa02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontend/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "vite --port 3000",
"build": "tsc -b && vite build",
"lint:js": "eslint ./src/**/*.*s*",
"lint:js": "eslint ./src/**/*.js* && eslint ./src/**/*.ts*",
"lint": "npm run lint:js"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/locator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scripts": {
"start": "vite --port 3000",
"build": "tsc -b && vite build",
"lint:js": "eslint ./src/**/*.*s*",
"lint:js": "eslint ./src/**/*.js* && eslint ./src/**/*.ts*",
"lint": "npm run lint:js"
},
"eslintConfig": {
Expand Down

0 comments on commit 127aa02

Please sign in to comment.