Socket
Book a DemoInstallSign in
Socket

@readme/eslint-plugin

Package Overview
Dependencies
Maintainers
10
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readme/eslint-plugin

ESLint plugin providing custom rules for ReadMe's coding standards

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
10
Created
Source

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

ConfigDescription
esmRules specific to ESM libraries.

📖 Rules

RuleDescriptionConfig
no-dual-exportsPrevent cases of having a file with dual default and named exports.esm

FAQs

Package last updated on 31 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts