-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix layout issues and translations (#151)
* fix: layout issues * fix: correct import dialog * fix: adjust eslint config * fix: code cleanup * fix: tuning table layout * fix: code smells * fix: code smells * fix: tests
- Loading branch information
Showing
16 changed files
with
13,600 additions
and
16,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
echo "[Husky] Running lint check:" | ||
echo "[Husky] Running lint check on changed files:" | ||
npm run lint | ||
echo "[Husky] Running prettier check:" | ||
npx prettier -c . | ||
echo "[Husky] Running prettier check on changed files:" | ||
npx prettier -c --cache . |
Oops, something went wrong.