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

eslint-config-code-smells

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-config-code-smells

ESLint Rules to Enforce Clean Code

0.1.2
latest
Source
npm
Version published
Weekly downloads
12
100%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-code-smells

A collection of ESLint rules to enforce clean coding conventions.

This configuration is a demonstration of how ESLint can be used to automate enforcement of some rules. The configuration represents a subset of rules from some eslint plugins; it is still suggested to use the plugins directly and their recommended rules.

Usage

install

yarn install --save-dev eslint-config-code-smells

eslint config

extends:
  - code-smells
parserOptions:
  project: ./tsconfig.json # if using typescript

Keywords

clean

FAQs

Package last updated on 15 Feb 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