Skip to content

Commit

Permalink
🔨 Update eslint script
Browse files Browse the repository at this point in the history
  • Loading branch information
mariush2 committed Dec 17, 2024
1 parent ffbb712 commit 67bb9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"setup": "npm install",
"pretty": "prettier --check ./src",
"pretty:fix": "prettier --write ./src",
"lint": "eslint ./src --ext .ts,.tsx",
"lint:fix": "eslint ./src --ext .ts,.tsx --fix",
"lint": "eslint ./src ./.storybook",
"lint:fix": "eslint ./src ./.storybook --fix",
"test": "vitest watch",
"test:ci": "vitest run",
"test:coverage": "vitest run --coverage",
Expand Down

0 comments on commit 67bb9d3

Please sign in to comment.