mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Instead of the deprecated tslint use eslint in the aio's example-lint script PR Close #43218
6 lines
115 B
JSON
6 lines
115 B
JSON
{
|
|
"extends": "../../tools/examples/shared/boilerplate/cli/tsconfig.json",
|
|
"include": [
|
|
"*/**/*.ts",
|
|
],
|
|
}
|