2.0.13 • Published 3 months ago

eslint-plugin-readme v2.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

eslint-plugin-readme

Custom ESLint plugin for some ReadMe engineering guidelines and gotchas.

npm.io

npm Build

Usage

In .eslintrc file add the following line:

extends: ['plugin:readme/<config>'],
plugins: ['readme'],

🔖 Available Configs

ConfigDescription
esmRules specific to ESM libraries.

📖 Rules

RuleDescriptionConfig
no-dual-exportsPrevent 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