Skip to content

Commit

Permalink
Disable markdown first line
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey committed Dec 27, 2022
1 parent f8e705f commit be04c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style-guide/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ module.exports = {
extends: ['plugin:markdownlint/recommended'],
rules: {
'markdownlint/md033': 0,
'markdownlint/md041': 0,
'prettier/prettier': [1, { parser: 'markdown' }],
},
},
Expand Down

0 comments on commit be04c28

Please sign in to comment.