Skip to content

Commit c39418f

Browse files
committed
commit for stable version of angular 13
1 parent 1735d2d commit c39418f

File tree

5 files changed

+1807
-4729
lines changed

5 files changed

+1807
-4729
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
!.vscode/extensions.json
2525

2626
# misc
27+
/.angular/cache
2728
/.sass-cache
2829
/connect.lock
2930
/coverage

angular.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,6 @@
9898
"src/assets"
9999
]
100100
}
101-
},
102-
"lint": {
103-
"builder": "@angular-devkit/build-angular:tslint",
104-
"options": {
105-
"tsConfig": [
106-
"src/tsconfig.app.json",
107-
"src/tsconfig.spec.json"
108-
],
109-
"exclude": [
110-
"**/node_modules/**"
111-
]
112-
}
113101
}
114102
}
115103
},
@@ -129,15 +117,6 @@
129117
"devServerTarget": "angular-fusioncharts:serve:production"
130118
}
131119
}
132-
},
133-
"lint": {
134-
"builder": "@angular-devkit/build-angular:tslint",
135-
"options": {
136-
"tsConfig": "e2e/tsconfig.e2e.json",
137-
"exclude": [
138-
"**/node_modules/**"
139-
]
140-
}
141120
}
142121
}
143122
}

0 commit comments

Comments
 (0)