Skip to content

Commit

Permalink
ng13
Browse files Browse the repository at this point in the history
  • Loading branch information
ribizli committed Jan 30, 2022
1 parent d7bef5a commit 890dc28
Show file tree
Hide file tree
Showing 9 changed files with 14,907 additions and 8,152 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
!.vscode/extensions.json

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
22 changes: 0 additions & 22 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,6 @@
"options": {
"browserTarget": "ngx-image2dataurl-app:build"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand All @@ -127,17 +116,6 @@
"tsConfig": "projects/ngx-image2dataurl/tsconfig.lib.prod.json"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ngx-image2dataurl/tsconfig.lib.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
Loading

0 comments on commit 890dc28

Please sign in to comment.