-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add prettier and have it format all fleet application code (#625)
* add prettier and have it format all js code except website: : * trying running prettier check in CI * fix runs on in CI * change CI job name * fix prettier erros and fix CI
- Loading branch information
1 parent
df5fa7f
commit efb35b5
Showing
631 changed files
with
31,153 additions
and
29,916 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# markdown | ||
*.md | ||
|
||
# output directories | ||
build | ||
vendor | ||
node_modules | ||
|
||
# generated artifacts | ||
assets/bundle*.* | ||
assets/*@*.svg | ||
assets/*@*.png | ||
assets/*@*.eot | ||
assets/*@*.woff | ||
assets/*@*.woff2 | ||
assets/*@*.ttf | ||
frontend/templates/react.tmpl | ||
bindata.go | ||
server/bindata/generated.go | ||
*.cover | ||
*.test | ||
*.log | ||
|
||
# typescript generated test files | ||
tmp/ | ||
|
||
# editors | ||
.vscode | ||
.idea | ||
|
||
# Cypress e2e testing | ||
cypress/screenshots | ||
cypress/videos | ||
cypress/downloads |
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 @@ | ||
{} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.