diff options
author | Anderson Shindy Oki <[email protected]> | 2024-06-08 09:49:40 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-07 20:49:40 -0400 |
commit | bcd8257fda44678e53e184eea8ab3a97709e1d02 (patch) | |
tree | a0c84b3a1ad4901d6728dd609b6383af5c19a8cc /frontend/package.json | |
parent | be8f2d6d183e5206f932be1113e0da7db2a2277a (diff) | |
download | bazarr-bcd8257fda44678e53e184eea8ab3a97709e1d02.tar.gz bazarr-bcd8257fda44678e53e184eea8ab3a97709e1d02.zip |
no log: Apply style linter (#2516)
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
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", |