-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add prettier plugin * Update prettier config * All files format * Sidenav format * Remove stylelint * Fix pretty-quick config
- Loading branch information
1 parent
bf9094f
commit 3c641a0
Showing
349 changed files
with
62,714 additions
and
45,483 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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
dist/ | ||
dist-demo/ | ||
mdb/ | ||
site/ | ||
src/js/mdb | ||
src/css/ | ||
src/js/bs-styles.js | ||
site/static/ | ||
site/public/ | ||
site/resources/ | ||
site/assets/ |
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,8 +1,11 @@ | ||
{ | ||
"bracketSpacing": true, | ||
"semi": true, | ||
"singleQuote": true, | ||
"trailingComma": "es5", | ||
"printWidth": 100, | ||
"endOfLine": "auto" | ||
} | ||
"overrides": [ | ||
{ | ||
"files": ["*.html"], | ||
"options": { | ||
"parser": "go-template", | ||
"bracketSameLine": true | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.