Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(example-app): remove double config
  • Loading branch information
the-ult committed Nov 23, 2021
commit aaa072520dcd84dff769b92d7b2de2c6b42f4f01
8 changes: 1 addition & 7 deletions apps/example-app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,7 @@
"lint": {
"executor": "@nrwl/linter:eslint",
"options": {
"lintFilePatterns": [
"apps/example-app/**/*.ts",
"apps/example-app/**/*.html",
"apps/example-app/src/**/*.html",
"apps/example-app/src/**/*.html",
"apps/example-app/src/**/*.html"
]
"lintFilePatterns": ["apps/example-app/**/*.ts", "apps/example-app/**/*.html", "apps/example-app/src/**/*.html"]
},
"outputs": ["{options.outputFile}"]
},
Expand Down