Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Aug 21, 2023
1 parent f38f574 commit 7431638
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"dotenv": "^16.3.1",
"dotenv-cli": "^7.3.0",
"eslint": "^8.47.0",
"eslint-config-ts-prefixer": "^0.23.2",
"eslint-config-ts-prefixer": "^0.25.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-import": "^2.28.1",
Expand Down Expand Up @@ -137,8 +137,8 @@
"preview": "vite preview",
"serve": "serve build",
"test": "dotenv -e .env.test -- vitest",
"lint": "eslint . --ext .ts,.tsx,.js,jsx --report-unused-disable-directives",
"lint:fix": "eslint . --ext .ts,.tsx,.js,jsx --fix --report-unused-disable-directives",
"lint": "eslint . --ext .ts,.tsx,.js,jsx",
"lint:fix": "eslint . --ext .ts,.tsx,.js,jsx --fix",
"typecheck": "tsc --noEmit",
"clean": "rimraf pnpm-lock.yaml node_modules build server_build storybook-static",
"prettier": "prettier --write \"**/*.+(js|ts|tsx|json|yml|css|md|mdx)\"",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7431638

Please sign in to comment.