angular-cn/docs
Paul Gschwendtner 5615928df9 build: no longer run tslint from within gulp task (#35800)
Switches our tslint setup to the standard `tslint.json` linter excludes.
The set of files that need to be linted is specified through a Yarn script.

For IDEs, open files are linted with the closest tslint configuration, if the
tslint IDE extension is set up, and the source file is not excluded.

We cannot use the language service plugin for tslint as we have multiple nested
tsconfig files, and we don't want to add the plugin to each tsconfig. We
could reduce that bloat by just extending from a top-level tsconfig that
defines the language service plugin, but unfortunately the tslint plugin does
not allow the use of tslint configs which are not part of the tsconfig project.

This is problematic since the tslint configuration is at the project root, and we
don't want to copy tslint configurations next to each tsconfig file.

Additionally, linting of `d.ts` files has been re-enabled. This has been
disabled in the past and a TODO has been left. This commit fixes the
lint issues and re-enables linting.

PR Close #35800
2020-03-03 09:20:49 -08:00
..
BAZEL.md build: migrate references and scripts that set to build with ivy via compile=aot to use config=ivy (#33983) 2019-11-26 16:38:40 -05:00
CARETAKER.md docs: fix script path reference (#25552) 2018-08-17 10:26:10 -07:00
COMMITTER.md ci: Migrate from CODEOWNERS to PullApprove for PR review management (#34814) 2020-01-28 09:19:34 -08:00
DEBUG.md build: remove "test.sh" script (#27937) 2019-01-07 15:35:09 -08:00
DEBUG_COMPONENTS_REPO_IVY.md ci: rename `material-unit-tests` job to `components-repo-unit-tests` (#34898) 2020-01-23 13:29:02 -08:00
DEVELOPER.md build: no longer run tslint from within gulp task (#35800) 2020-03-03 09:20:49 -08:00
GITHUB_PROCESS.md docs: create Issue and Pull Request markdown doc, explaining automatic locking policy (#32405) 2019-08-30 14:44:24 -04:00
NAMING.md docs: fix spelling of case variants in naming.md 2017-06-26 13:43:37 -07:00
PR_REVIEW.md docs: minor typo fix (#35423) 2020-02-13 10:08:23 -08:00
PUBLIC_API.md docs: edit golden file error description (#34871) 2020-01-21 14:25:38 -05:00
RELEASE_SCHEDULE.md docs: change release_schedule.md to link to new angular release page in docs (#23808) 2018-05-10 15:45:28 -07:00
SAVED_REPLIES.md docs: update SAVED_REPLIES and CONTRIBUTING with new issue templates (#27608) 2018-12-11 16:43:57 -08:00
TOOLS.md docs: enable debug tools with current versions of Angular (#25361) 2018-08-14 16:38:26 -07:00
TRIAGE_AND_LABELS.md ci: minor PullApprove fixes/improvements (#35015) 2020-01-29 12:23:47 -08:00