{"id":21428279,"url":"https://github.com/dabapps/tslint-config-dabapps","last_synced_at":"2025-03-16T21:25:27.537Z","repository":{"id":48020458,"uuid":"88625370","full_name":"dabapps/tslint-config-dabapps","owner":"dabapps","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-10T22:51:48.000Z","size":85,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-02-25T16:13:56.031Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dabapps.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-04-18T12:59:37.000Z","updated_at":"2019-11-06T15:18:21.000Z","dependencies_parsed_at":"2022-08-12T16:50:43.194Z","dependency_job_id":null,"html_url":"https://github.com/dabapps/tslint-config-dabapps","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabapps%2Ftslint-config-dabapps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabapps%2Ftslint-config-dabapps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabapps%2Ftslint-config-dabapps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabapps%2Ftslint-config-dabapps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dabapps","download_url":"https://codeload.github.com/dabapps/tslint-config-dabapps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243934230,"owners_count":20371144,"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":[],"created_at":"2024-11-22T22:12:21.360Z","updated_at":"2025-03-16T21:25:27.511Z","avatar_url":"https://github.com/dabapps.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TSLint Config\n\n## About\n\nThis repository includes a default tslint config based on tslint's recommended rules with some adjustments to closer match our eslint rules.\n\n## Install\n\nInstall a specific version of the tslint config with NPM. You can see a full list of versions [here](https://github.com/dabapps/tslint-config-dabapps/releases).\n\n```shell\nnpm i tslint-config-dabapps@x.x.x -D\n```\n\nNote: `-D` is shorthand for `--save-dev`.\n\nThis will update your `package.json` automatically, as seen below.\n\n```json\n\"devDependencies\": {\n  \"tslint-config-dabapps\": \"x.x.x\",\n}\n```\n\n## Configuration\n\n### NPM Scripts\n\nAdd the following scripts to your `package.json`.\n\nNote: You must not have a `files` key defined in your `tsconfig.json` or your globs will be ignored.\n\n```json\n{\n  \"scripts\": {\n    \"lint\": \"tslint --project tsconfig.json '{src,tests}/**/*.{ts,tsx}'\"\n  }\n}\n```\n\n### Default Config\n\nCreate a `tslint.json` in the route of the project and extend the default config:\n\n```json\n{\n  \"extends\": [\n    \"tslint-config-dabapps\"\n  ]\n}\n```\n\nIf you are using `react-native` you should extend the following:\n\n```json\n{\n  \"extends\": [\n    \"tslint-config-dabapps/react-native\"\n  ]\n}\n```\n\n## Code of conduct\n\nFor guidelines regarding the code of conduct when contributing to this repository please review [https://www.dabapps.com/open-source/code-of-conduct/](https://www.dabapps.com/open-source/code-of-conduct/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdabapps%2Ftslint-config-dabapps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdabapps%2Ftslint-config-dabapps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdabapps%2Ftslint-config-dabapps/lists"}