Skip to content

Commit

Permalink
Merge branch 'main' into chore/slack-to-discord
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcbaum authored Oct 3, 2023
2 parents c0acfe8 + d74e556 commit 7532216
Show file tree
Hide file tree
Showing 7 changed files with 4,464 additions and 2,482 deletions.
8 changes: 3 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"allowedCommonJsDependencies": ["localforage"]
},
"configurations": {
"production": {
Expand Down Expand Up @@ -165,10 +166,7 @@
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
}
},
"cypress-run": {
Expand Down
Loading

0 comments on commit 7532216

Please sign in to comment.