Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 182 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 182 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd ember-decorators-polyfill
  • yarn install

Linting

  • yarn lint:ts

Running tests

  • yarn test