2.0.13 • Published 4 months ago

eslint-plugin-readme v2.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 months ago

2.0.12

4 months ago

2.0.11

5 months ago

2.0.9

5 months ago

2.0.10

5 months ago

2.0.8

5 months ago

2.0.7

5 months ago

2.0.6

11 months ago

2.0.5

11 months ago

2.0.4

11 months ago

2.0.3

12 months ago

2.0.2

12 months ago

2.0.1

12 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

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago