1.1.0 • Published 6 months ago

@readme/eslint-plugin v1.1.0

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

6 months ago