From bcd8257fda44678e53e184eea8ab3a97709e1d02 Mon Sep 17 00:00:00 2001 From: Anderson Shindy Oki Date: Sat, 8 Jun 2024 09:49:40 +0900 Subject: no log: Apply style linter (#2516) --- frontend/package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/package.json') diff --git a/frontend/package.json b/frontend/package.json index 971065e4d..ad297a715 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -49,6 +49,7 @@ "eslint": "^8.57.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-simple-import-sort": "^12.1.0", "eslint-plugin-testing-library": "^6.2.0", "husky": "^9.0.11", "jsdom": "^24.0.0", @@ -72,6 +73,7 @@ "build": "vite build", "build:ci": "vite build -m development", "check": "eslint --ext .ts,.tsx src", + "check:fix": "eslint --ext .ts,.tsx src --fix", "check:ts": "tsc --noEmit --incremental false", "check:fmt": "prettier -c .", "test": "vitest", -- cgit v1.2.3