Skip to content

Commit 8b68a78

Browse files
committed
[UPDATE] additional work
1 parent 8f78a96 commit 8b68a78

File tree

1 file changed

+9
-0
lines changed
  • projects/wml-schematics/schematics/template-library

1 file changed

+9
-0
lines changed

projects/wml-schematics/schematics/template-library/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ function addLibToWorkspaceFile(
7878
projectType: ProjectType.Library,
7979
prefix: options.prefix,
8080
targets: {
81+
lint: {
82+
"builder": "@angular-eslint/builder:lint",
83+
"options": {
84+
85+
"lintFilePatterns": [
86+
"${projectRoot}/src/**/*.ts"
87+
]
88+
}
89+
},
8190
build: {
8291
builder: Builders.NgPackagr,
8392
defaultConfiguration: 'production',

0 commit comments

Comments
 (0)