Skip to content

Commit 2b24498

Browse files
authored
Merge pull request #243 from ember-template-lint/markdownlint-tweak
2 parents bf41db6 + fb5ec6b commit 2b24498

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.markdownlintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CHANGELOG.md
2+
LICENSE.md
3+
node_modules

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ As peerDependencies, `prettier` and `ember-template-lint` will have to be instal
3636
A recommended configuration is available. To use it, merge the following object
3737
to your `.template-lintrc.js` file:
3838

39-
```
39+
```js
4040
module.exports = {
4141
plugins: ["ember-template-lint-plugin-prettier"],
4242

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"docs"
2323
],
2424
"scripts": {
25-
"format": "yarn prettier '**/*.{hbs,js,json,yml}' --write",
25+
"format": "yarn prettier \"**/*.{hbs,js,json,yml}\" --write",
2626
"lint": "npm-run-all lint:* --continue-on-error",
27-
"lint:docs": "markdownlint 'docs/**/*.md'",
27+
"lint:docs": "markdownlint \"**/*.md\"",
2828
"lint:js": "eslint . --cache",
2929
"release": "release-it",
3030
"test": "mocha --recursive"

0 commit comments

Comments
 (0)