Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lint plugins for remark-stringify behavior #4

Open
15 of 41 tasks
vweevers opened this issue Jun 22, 2018 · 2 comments
Open
15 of 41 tasks

Add lint plugins for remark-stringify behavior #4

vweevers opened this issue Jun 22, 2018 · 2 comments

Comments

@vweevers
Copy link
Owner

vweevers commented Jun 22, 2018

I.e. hallmark should warn about what remark-stringify is gonna do.

  • TBD: [require('remark-lint-definition-spacing')]
  • [require('remark-lint-emphasis-marker'), '_']
  • TBD: [require('remark-lint-fenced-code-flag')]
  • TBD: [require('remark-lint-fenced-code-marker'), '']`
  • [require('remark-lint-file-extension'), 'md']
  • TBD: [require('remark-lint-final-definition')]
  • TBD: [require('remark-lint-first-heading-level')]
  • [require('remark-lint-heading-style'), 'atx']
  • TBD: [require('remark-lint-link-title-style'), '"']
  • [require('remark-lint-maximum-heading-length'), 60]
  • [require('remark-lint-maximum-line-length'), 80]
  • TBD: [require('remark-lint-no-consecutive-blank-lines')]
  • [require('remark-lint-no-duplicate-definitions')]
  • [require('remark-lint-no-duplicate-headings-in-section')]
  • TBD: [require('remark-lint-no-emphasis-as-heading')]
  • TBD: [require('remark-lint-no-empty-url')]
  • TBD: [require('remark-lint-no-file-name-articles')]
  • TBD: [require('remark-lint-no-file-name-consecutive-dashes')]
  • TBD: [require('remark-lint-no-file-name-irregular-characters')]
  • TBD: [require('remark-lint-no-file-name-mixed-case')]
  • TBD: [require('remark-lint-no-file-name-outer-dashes')]
  • TBD: [require('remark-lint-no-heading-content-indent')]
  • TBD: [require('remark-lint-no-heading-indent')]
  • TBD: One of
    • [require('remark-lint-no-heading-punctuation')]
    • [require('remark-lint-no-heading-like-paragraph')]
  • [require('remark-lint-no-html')]
  • TBD: [require('remark-lint-no-missing-blank-lines'), {exceptTightLists: true}]
  • TBD: [require('remark-lint-no-multiple-toplevel-headings')]
  • TBD: [require('remark-lint-no-paragraph-content-indent')]
  • TBD: [require('remark-lint-no-reference-like-url')]
  • TBD: [require('remark-lint-no-shell-dollars')]
  • TBD: [require('remark-lint-no-table-indentation')]
  • [require('remark-lint-no-tabs')]
  • [require('remark-lint-no-unneeded-full-reference-image')]
  • [require('remark-lint-no-unneeded-full-reference-link')]
  • [require('remark-lint-ordered-list-marker-value'), 'ordered']
  • TBD: [require('remark-lint-rule-style'), '---']
  • [require('remark-lint-strong-marker'), '*']
  • [require('remark-lint-table-cell-padding'), 'padded']
  • [require('remark-lint-table-pipe-alignment')]
  • [require('remark-lint-table-pipes')]
  • [require('remark-lint-unordered-list-marker-style'), '-']
@vweevers vweevers added this to the 0.0.1 milestone Jun 22, 2018
@vweevers

This comment has been minimized.

@vweevers
Copy link
Owner Author

Hm this doesn't have to block a first release. If we add hallmark to Level, then gradually add more plugins, we'll be notified by greenkeeper if anything breaks :)

@vweevers vweevers removed this from the 0.0.1 milestone Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant