Skip to content

Commit b472edb

Browse files
committed
Start linting rule's doc file
1 parent 40c52aa commit b472edb

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.markdownlint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"line-length": false
3+
}

docs/rules/prettier.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## prettier
1+
# prettier
22

33
Runs [Prettier](https://github.com/prettier/prettier) as a rule. If the code matches prettier output, no issue is raised.
44

55
It will use the project's local version of Prettier. Note that `prettier` and `ember-template-lint` are required as peerDependencies of the package that bundles this prettier rule.
66

7-
### Related Rules
7+
## Related Rules
88

99
- [prettier](https://github.com/prettier/eslint-plugin-prettier) from prettier for eslint

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"eslint-plugin-node": "^11.0.0",
3737
"eslint-plugin-prettier": "^3.1.0",
3838
"lerna-changelog": "^1.0.0",
39+
"markdownlint-cli": "^0.22.0",
3940
"mocha": "^7.0.1",
4041
"prettier": "^1.19.0"
4142
},

0 commit comments

Comments
 (0)