0.7.2 • Published 5 years ago

readlint v0.7.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Readlint

Lint all of the code examples in your README documentation using shared configs.

Travis   npm   License MIT   Coveralls   code style: prettier

npm: npm install readlint --save-dev

Getting Started

Using readlint is as easy as installing it, and then running it local to your project. There is no configuration as eslint and stylelint takes its configuration from their respective config files, which ideally should be the same as the config you're using for the entire project.

package.json

{
    "scripts": {
        "lint": "eslint && stylelint && readlint"
    }
}

Support Languages

LanguageLinterRequires Configuration?
javascripteslintYes
javascriptjshintYes
cssstylelintYes
jsonjsonlintNo
htmlhtmllintYes
yamlyamllintNo
0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago