angular/aio/content/examples/tsconfig.eslint.json
dario-piotrowicz 835987b78b refactor(docs-infra): use eslint in aio's example-lint script (#43218)
Instead of the deprecated tslint use eslint in the aio's example-lint
script

PR Close #43218
2021-12-15 12:28:46 -05:00

6 lines
115 B
JSON

{
"extends": "../../tools/examples/shared/boilerplate/cli/tsconfig.json",
"include": [
"*/**/*.ts",
],
}