Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaste/sublimelinter-contrib-ember-template
SublimeLinter adapter to ember-template-lint
https://github.com/kaste/sublimelinter-contrib-ember-template
ember sublime-text sublimelinter
Last synced: 28 days ago
JSON representation
SublimeLinter adapter to ember-template-lint
- Host: GitHub
- URL: https://github.com/kaste/sublimelinter-contrib-ember-template
- Owner: kaste
- License: mit
- Created: 2022-08-30T22:38:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T14:05:06.000Z (2 months ago)
- Last Synced: 2024-09-25T20:21:32.349Z (about 1 month ago)
- Topics: ember, sublime-text, sublimelinter
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SublimeLinter-contrib-ember-template
====================================[![tests](https://github.com/kaste/SublimeLinter-contrib-ember-template/actions/workflows/ci.yml/badge.svg)](https://github.com/kaste/SublimeLinter-contrib-ember-template/actions/workflows/ci.yml)
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint). It will be used with files that have the “handlebars” syntax.
## Installation
SublimeLinter must be installed in order to use this plugin.Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
Before using this plugin, ensure that `ember-template-lint` is installed on your system.
To install `ember-template-lint`, usually do the following:```
npm install --save-dev ember-template-lint
```But newer ember apps have it preinstalled.
Note that `ember-template-lint` *requires* a configuration file but does *not*
error if it can't find any! (So it can look like you're green and everything
is okay to commit when in fact it didn't do anything.)