Skip to content

Commit

Permalink
fix vulnerabilities and bump version (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKamaev authored Oct 16, 2023
1 parent f0ca28f commit e9b8336
Show file tree
Hide file tree
Showing 9 changed files with 8,488 additions and 8,651 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
demo-app/dist
13 changes: 11 additions & 2 deletions demo-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,18 @@
}
}
},
"defaultProject": "demo-app",
"cli": {
"analytics": false,
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": [
"@angular-eslint/schematics"
]
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
Loading

0 comments on commit e9b8336

Please sign in to comment.