forked from microsoft/fast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add "prettier" to format code and pre-commit hook to enforce (m…
…icrosoft#1049) * add tslint-config-prettier to ts packages * update prettier ignore and path changes * add husky and lint-staged as dependencies * add prettier to packages due to tslint conflicts * update prettier npm script values * initial run of prettier * update prettier ignore and add lint-staged for precommit hook * add prettier:diff build step * move prettier ignore to local dir * attempt to fix failing test in image * fix tslint error * remove forkts checker which bypassed the tslint rule overrides for prettier
- Loading branch information
1 parent
0d8133d
commit cc83644
Showing
509 changed files
with
10,835 additions
and
6,602 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,11 @@ | ||
{ | ||
"printWidth": 90, | ||
"tabWidth": 4, | ||
"useTabs": false, | ||
"semi": true, | ||
"singleQuote": false, | ||
"trailingComma": "es5", | ||
"bracketSpacing": true, | ||
"jsxBracketSameLine": false, | ||
"arrowParens": "avoid" | ||
} |
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,3 @@ | ||
coverage/* | ||
dist/* | ||
www/* |
Oops, something went wrong.