mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
835987b78b
Instead of the deprecated tslint use eslint in the aio's example-lint script PR Close #43218
7 lines
115 B
JSON
7 lines
115 B
JSON
{
|
|
"extends": "../../tools/examples/shared/boilerplate/cli/tsconfig.json",
|
|
"include": [
|
|
"*/**/*.ts",
|
|
],
|
|
}
|