{"id":19357767,"url":"https://github.com/bytpher/tslint-ns-core","last_synced_at":"2026-05-12T21:39:44.408Z","repository":{"id":42903378,"uuid":"251388652","full_name":"bytpher/tslint-ns-core","owner":"bytpher","description":"Recommended tslint configuration for NativeScript Core applications.","archived":false,"fork":false,"pushed_at":"2023-01-07T16:33:44.000Z","size":2210,"stargazers_count":2,"open_issues_count":17,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T20:16:32.245Z","etag":null,"topics":["husky","nativescript","prettier","tslint","tyescript"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bytpher.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-30T18:08:02.000Z","updated_at":"2024-05-30T17:01:38.000Z","dependencies_parsed_at":"2023-02-07T16:01:25.659Z","dependency_job_id":null,"html_url":"https://github.com/bytpher/tslint-ns-core","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytpher%2Ftslint-ns-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytpher%2Ftslint-ns-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytpher%2Ftslint-ns-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytpher%2Ftslint-ns-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytpher","download_url":"https://codeload.github.com/bytpher/tslint-ns-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240473943,"owners_count":19807241,"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":["husky","nativescript","prettier","tslint","tyescript"],"created_at":"2024-11-10T07:09:06.762Z","updated_at":"2026-05-12T21:39:44.213Z","avatar_url":"https://github.com/bytpher.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# TSLint NativeScript Core \n\nRecommended tslint configuration for NativeScript Core applications.\n\n## Requirements\n\nThis package works with prettier for an quick and easy code format\n\n```bash\nnpm i -D prettier prettier-tslint pretty-quick\n```\n\nPackages:\n\n* [prettier](https://github.com/prettier/prettier): Prettier is an opinionated code formatter\n* [prettier-tslint](https://github.com/azz/prettier-tslint): Formats your TypeScript using `prettier` followed by `tslint --fix``\n* [pretty-quick](https://github.com/azz/pretty-quick): Runs Prettier on your changed files.\n\n\n## Installation\n\n```bash\nnpm i -D @bytpher/tslint-ns-core\n```\n\n## Usage \n\n```json\n{\n  \"extends\": [\"@bytpher/tslint-ns-core\"]\n}\n```\n\n## Pre-Commit Hook\n\nYou can use [husky](https://github.com/typicode/husky) to configure a pre-commit hook to run [pretty-quick](https://github.com/azz/pretty-quick)\n\n```bash\nnpm i -D husky\n```\n\nCreate a `.huskyrc.json` in the root of yor project and add the following configuration\n\n```json\n{\n  \"hooks\": {\n    \"pre-commit\": \"pretty-quick --staged\"\n  }\n}\n```\n\nThis configuration will run [pretty-quick](https://github.com/azz/pretty-quick) before each commit and formatting the staged files allowing us a seamless code format between all developers working in the project","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytpher%2Ftslint-ns-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytpher%2Ftslint-ns-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytpher%2Ftslint-ns-core/lists"}