0.8.0 • Published 1 month ago

@gossi/config-template-lint v0.8.0

Weekly downloads
-
License
-
Repository
github
Last release
1 month ago

@gossi/config-template-lint

Add template-lint to your packages.

Installation

1) Install these packages:

```bash
pnpm add -D @gossi/config-template-lint ember-template-lint
```

2) Create a .template-lintrc.js file with these contents:

```js
'use strict';

module.exports = require('@gossi/config-template-lint');
```

3) Add scripts to execute linting

```json
{
  "scripts": {
    "lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern",
    "lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern"
  }
}
```
0.8.0

1 month ago

0.7.0

3 months ago

0.5.0

10 months ago

0.4.1

10 months ago

0.6.0

9 months ago

0.5.1

9 months ago

0.4.0

11 months ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.0.1

2 years ago