Skip to content

Commit

Permalink
chore:add eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Dec 28, 2023
1 parent c57b061 commit 1f4fbe9
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 52 deletions.
27 changes: 0 additions & 27 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,33 +164,6 @@
}
}
}
},
"app-e2e": {
"root": "e2e/",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "app:serve"
},
"configurations": {
"ci": {
"devServerTarget": "app:serve:ci"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"cli": {
Expand Down
Loading

0 comments on commit 1f4fbe9

Please sign in to comment.