eslint-plugin-readme

2.0.0 • Public • Published

eslint-plugin-readme

Custom ESLint plugin for some ReadMe engineering guidelines and gotchas.

npm Build

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-readme

Weekly Downloads

524

Version

2.0.0

License

ISC

Unpacked Size

9.32 kB

Total Files

11

Last publish

Collaborators

  • jonursenbach