Skip to content

Commit

Permalink
Standalone scope (#71)
Browse files Browse the repository at this point in the history
* angular-standalone scope

* react-standalone scope
  • Loading branch information
isaacplmann authored Oct 23, 2023
1 parent eefe584 commit 2c317d2
Show file tree
Hide file tree
Showing 80 changed files with 7,798 additions and 8,762 deletions.
3 changes: 1 addition & 2 deletions angular-standalone/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ testem.log
.DS_Store
Thumbs.db

.nx/cache
.angular

.nx/cache
3 changes: 1 addition & 2 deletions angular-standalone/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Add files here to ignore them from prettier formatting
/dist
/coverage
/.nx/cache
.angular

/.nx/cache
6 changes: 5 additions & 1 deletion angular-standalone/e2e/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": ["plugin:cypress/recommended", "../.eslintrc.base.json"],
"extends": [
"plugin:cypress/recommended",
"../.eslintrc.json",
"../.eslintrc.base.json"
],
"ignorePatterns": ["!**/*"],
"overrides": [
{
Expand Down
Loading

0 comments on commit 2c317d2

Please sign in to comment.