This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VDS-2320, VDS-2321, VDS-2319: Add & customize bootstrap (#9)
* VDS-2321, VDS-2320: Add ng-bootstrap & bootstrap 5 * VDS-2319: Add showcase & customize bootstrap * Fix linting rules, fix linted code and fix code smell * Fix title * Improve budle size, fix deprecation warning & styles * Fix webpack config name, fix tests * Fix linting errors, add pre-commit hook
- Loading branch information
1 parent
a9f3ce0
commit b2b3327
Showing
50 changed files
with
2,601 additions
and
635 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npm run lint -- --fix | ||
git add . |
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
Oops, something went wrong.