Skip to content

Commit

Permalink
Merge pull request #243 from ember-template-lint/markdownlint-tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 4, 2022
2 parents bf41db6 + fb5ec6b commit 2b24498
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .markdownlintignore
@@ -0,0 +1,3 @@
CHANGELOG.md
LICENSE.md
node_modules
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ As peerDependencies, `prettier` and `ember-template-lint` will have to be instal
A recommended configuration is available. To use it, merge the following object
to your `.template-lintrc.js` file:

```
```js
module.exports = {
plugins: ["ember-template-lint-plugin-prettier"],

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -22,9 +22,9 @@
"docs"
],
"scripts": {
"format": "yarn prettier '**/*.{hbs,js,json,yml}' --write",
"format": "yarn prettier \"**/*.{hbs,js,json,yml}\" --write",
"lint": "npm-run-all lint:* --continue-on-error",
"lint:docs": "markdownlint 'docs/**/*.md'",
"lint:docs": "markdownlint \"**/*.md\"",
"lint:js": "eslint . --cache",
"release": "release-it",
"test": "mocha --recursive"
Expand Down

0 comments on commit 2b24498

Please sign in to comment.