2.0.13 • Published 3 months ago
eslint-plugin-readme v2.0.13
eslint-plugin-readme
Custom ESLint plugin for some ReadMe engineering guidelines and gotchas.
Usage
In .eslintrc
file add the following line:
extends: ['plugin:readme/<config>'],
plugins: ['readme'],
🔖 Available Configs
Config | Description |
---|---|
esm | Rules specific to ESM libraries. |
📖 Rules
Rule | Description | Config |
---|---|---|
no-dual-exports | Prevent cases of having a file with dual default and named exports. | esm |
2.0.13
3 months ago
2.0.12
3 months ago
2.0.11
4 months ago
2.0.9
4 months ago
2.0.10
4 months ago
2.0.8
4 months ago
2.0.7
4 months ago
2.0.6
10 months ago
2.0.5
11 months ago
2.0.4
11 months ago
2.0.3
11 months ago
2.0.2
11 months ago
2.0.1
11 months ago
2.0.0
1 year ago
1.2.5
1 year ago
1.2.4
1 year ago
1.2.3
1 year ago
1.2.2
1 year ago
1.2.1
2 years ago
1.2.0
2 years ago