{"id":13805438,"url":"https://github.com/ember-template-lint/ember-cli-template-lint","last_synced_at":"2025-05-13T19:31:06.999Z","repository":{"id":35530259,"uuid":"39801137","full_name":"ember-template-lint/ember-cli-template-lint","owner":"ember-template-lint","description":"Ember CLI integration for ember-template-lint","archived":true,"fork":false,"pushed_at":"2022-06-25T21:03:49.000Z","size":1941,"stargazers_count":151,"open_issues_count":41,"forks_count":53,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-09-08T13:56:39.198Z","etag":null,"topics":["ember-cli","ember-template-lint","lint","templates"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ember-template-lint.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-27T22:34:07.000Z","updated_at":"2024-04-24T01:34:58.000Z","dependencies_parsed_at":"2022-09-08T15:23:27.334Z","dependency_job_id":null,"html_url":"https://github.com/ember-template-lint/ember-cli-template-lint","commit_stats":null,"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-template-lint%2Fember-cli-template-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-template-lint%2Fember-cli-template-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-template-lint%2Fember-cli-template-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-template-lint%2Fember-cli-template-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ember-template-lint","download_url":"https://codeload.github.com/ember-template-lint/ember-cli-template-lint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225254332,"owners_count":17445163,"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":["ember-cli","ember-template-lint","lint","templates"],"created_at":"2024-08-04T01:01:01.181Z","updated_at":"2024-11-18T21:31:14.028Z","avatar_url":"https://github.com/ember-template-lint.png","language":"JavaScript","funding_links":[],"categories":["Packages"],"sub_categories":["Codestyle"],"readme":"# ember-cli-template-lint\n\n[![npm version](https://badge.fury.io/js/ember-cli-template-lint.svg)](https://badge.fury.io/js/ember-cli-template-lint)\n[![Build Status](https://travis-ci.org/ember-template-lint/ember-cli-template-lint.svg?branch=master)](https://travis-ci.org/ember-template-lint/ember-cli-template-lint)\n\n\n## 🔴 DEPRECATED 🔴\n\n**ember-cli-template-lint is deprecated!!**\n\nPlease use [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) directly instead.\n\nMore info / background:\n\n* https://github.com/ember-cli/rfcs/pull/121\n* https://github.com/emberjs/rfcs/blob/master/text/0121-remove-ember-cli-eslint.md\n* https://github.com/ember-cli/ember-cli/pull/9009\n\n## General Info\n\nember-cli-template-lint will lint your templates and add a test for each asserting\nthat all style rules have been satisfied.\n\nFor example, given the rule `no-bare-strings` is enabled, this template would be\nin violation:\n\n```hbs\n{{! app/components/my-thing/template.hbs }}\n\u003cdiv\u003eA bare string\u003c/div\u003e\n```\n\nThus a the test `TemplateLint: app/components/my-thing/template.hbs` would\nfail with the assertion \"A bare string was found (0:5)\".\n\n## Install\n\nTo install ember-cli-template-lint\n\n```\nember install ember-cli-template-lint\n```\n\n__Ember CLI \u003e= 2.4.2 is required for linting templates__\n\n## Configuration\n\nember-cli-template-lint is powered by [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint)\nwhich allows configuration by using a `.template-lintrc.js` file in the root of your project.\n\nSee [here](https://github.com/ember-template-lint/ember-template-lint/#rules) details on configuration and rules that are available.\n\n### Installation\n\n* `git clone` this repository\n* `npm install`\n* `bower install`\n\n### Running\n\n* `ember server`\n* Visit your app at http://localhost:4200.\n\n### Running Tests\n\n* `npm run nodetest`\n* `ember test`\n* `ember test --server`\n\n### Building\n\n* `ember build`\n\nFor more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).\n\n## Troubleshooting\n\nIf your files aren't linted make sure that you don't have the following option set in your `ember-cli-build.js`:\n```js\nvar app = new EmberApp(defaults, {\n  hinting: false\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fember-template-lint%2Fember-cli-template-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fember-template-lint%2Fember-cli-template-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fember-template-lint%2Fember-cli-template-lint/lists"}