{"id":18609669,"url":"https://github.com/unlight/eslint-plugin-tsc","last_synced_at":"2026-03-15T18:38:48.209Z","repository":{"id":57230273,"uuid":"134182967","full_name":"unlight/eslint-plugin-tsc","owner":"unlight","description":"Wraps a TypeScript compiler checks","archived":false,"fork":false,"pushed_at":"2020-09-15T19:48:37.000Z","size":34,"stargazers_count":23,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-28T13:55:51.322Z","etag":null,"topics":["eslint","eslint-plugin","eslint-rules","eslintplugin","tslint","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unlight.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-20T20:09:47.000Z","updated_at":"2024-06-12T07:25:48.000Z","dependencies_parsed_at":"2022-09-14T21:20:35.564Z","dependency_job_id":null,"html_url":"https://github.com/unlight/eslint-plugin-tsc","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Feslint-plugin-tsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Feslint-plugin-tsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Feslint-plugin-tsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Feslint-plugin-tsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unlight","download_url":"https://codeload.github.com/unlight/eslint-plugin-tsc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223449848,"owners_count":17146984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eslint","eslint-plugin","eslint-rules","eslintplugin","tslint","typescript"],"created_at":"2024-11-07T03:06:55.768Z","updated_at":"2026-03-15T18:38:43.159Z","avatar_url":"https://github.com/unlight.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-tsc\nWraps a TypeScript compiler checks\n\n## INSTALL\n```\nnpm install --save-dev eslint-plugin-tsc\n```\n\n## USAGE\nConfigure it in [your configuration file](https://eslint.org/docs/user-guide/configuring):  \n1. Add to `plugins` section:\n```\ntsc\n```\n2. Add rule to `rules` section, e.g.\n```\n\"tsc/config\": [1, {\n    configFile: \"tsconfig.json\"\n}]\n```\n\n## RULES\n* `tsc/config` Wraps a TypeScript compiler checks  \n  Configuration `{ configFile: string, compilerOptions?: ts.CompilerOptions }`  \n  `configFile` path to `tsconfig.json` file  (it's better to specify an absolute path)  \n  `compilerOptions` ability to override compilerOptions defined in config file\n\n## CHANGELOG\nSee [CHANGELOG.md](CHANGELOG.md)\n\n## TODO\nTypeScript Compiler has various [linting options](http://www.typescriptlang.org/docs/handbook/compiler-options.html)\n* allowUnreachableCode\n* allowUnusedLabels\n* forceConsistentCasingInFileNames\n* noFallthroughCasesInSwitch\n* noImplicitAny\n* noImplicitReturns\n* noImplicitThis\n* noStrictGenericChecks\n* noUnusedLocals\n* noUnusedParameters\n* strictFunctionTypes\n* strictPropertyInitialization\n* strictNullChecks\n* suppressExcessPropertyErrors\n* suppressImplicitAnyIndexErrors\n\n## USEFUL LINKS\n* https://astexplorer.net/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funlight%2Feslint-plugin-tsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funlight%2Feslint-plugin-tsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funlight%2Feslint-plugin-tsc/lists"}