Skip to content

Commit

Permalink
chore: move to an Nx workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasall committed Nov 12, 2020
1 parent 53a20cb commit 0f01e58
Show file tree
Hide file tree
Showing 173 changed files with 13,005 additions and 914 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ testem.log
# System Files
.DS_Store
Thumbs.db

package-lock.json
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Add files here to ignore them from prettier formatting

/dist
/coverage
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"singleQuote": true
}
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"nrwl.angular-console",
"angular.ng-template",
"ms-vscode.vscode-typescript-tslint-plugin",
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner"
]
}
Loading

0 comments on commit 0f01e58

Please sign in to comment.