New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-coherence

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-coherence

ESLint plugin to restrict confusing usages

0.0.0-alpha.2
latest
Source
npm
Version published
Weekly downloads
8
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-plugin-coherence

npm Build Status Code Coverage

named after the micro-budget movie.

Rules

no-const-enum

Disallow all usages of const enum in TypeScript code. It's not supported by babel.

no-confusing-enum

Ensures all enum values matches their keys. This simplifies porting plain javascript code by avoiding pitfalls of passing enums to Object.keys and related methods.

License

MIT

FAQs

Package last updated on 15 Nov 2020

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