bitovi / eslint-config-bitovi-legacy

This package provides Bitovi's .eslintrc as an extensible shared config.
MIT License
0 stars 0 forks source link

Importance of exactly 2 spaces (versus tabs or >2 spaces) in Markdown #8

Open leoj3n opened 7 years ago

leoj3n commented 7 years ago

Please see this related issue as to why it's important use exactly 2 spaces in markdown files:

https://github.com/donejs/developer-relations/issues/25

christopherjbaker commented 7 years ago

ESLint doesn't interact with markdown files, so I don't think it should cause any issues here.

imjoshdean commented 7 years ago

I'm all on board the 2 spaces train personally. And while ESLint on it's own doesn't interact with markdown files. I think it is important for projects to start including https://github.com/eslint/eslint-plugin-markdown in order to make sure their examples are properly linted.