0.7.2 • Published 7 years ago
readlint v0.7.2
Readlint
Lint all of the code examples in your README documentation using shared configs.
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
| Language | Linter | Requires Configuration? | 
|---|---|---|
javascript | eslint | Yes | 
javascript | jshint | Yes | 
css | stylelint | Yes | 
json | jsonlint | No | 
html | htmllint | Yes | 
yaml | yamllint | No | 
0.7.2
7 years ago
0.7.1
7 years ago
0.7.0
7 years ago
0.6.1
7 years ago
0.6.0
7 years ago
0.5.0
7 years ago
0.4.0
7 years ago
0.3.3
7 years ago
0.3.2
7 years ago
0.3.1
7 years ago
0.3.0
7 years ago
0.2.7
7 years ago
0.2.6
7 years ago
0.2.5
7 years ago
0.2.4
7 years ago
0.2.3
7 years ago
0.2.2
7 years ago
0.2.1
7 years ago
0.2.0
7 years ago