Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 650 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 650 Bytes

How To Contribute

Thanks for contributing!

Installation

  • git clone git@github.com:ember-template-lint/ember-template-lint-plugin-prettier.git
  • cd ember-template-lint-plugin-prettier
  • yarn install

Linting

  • yarn lint:js
  • yarn lint:md

Running tests

  • yarn test – Runs the test suite

This is an ember-template-lint plugin. Documentation for the APIs that it uses can be found in that repo.

Don't forget that you have the yarn test --inspect-brk command to debug!