📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

eslint-config-simon

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

eslint-config-simon

ESlint config files for my personal projects on github@simonwep.

2.1.0
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

ESLint config for my personal projects

Build Status Current version

This package contains several eslint-config files for my personal projects on github.

Installation

Install via npm:

npm install --save-dev eslint-config-simon

Install via yarn:

yarn add --dev eslint-config-simon

As of 2.x all ESLint rules are now implemented to simplify maintenance.

Available rules

NameWhere to useExtendsSource
simonBasic config, can be used in all JavaScript environments.-lib/base
simon/lib/nodeRules for nodejs projects.simonlib/node
simon/lib/reactRules for react / preact projects.simonlib/react

Example

Your .eslintrc file, you probably want to extend eslint:recommended too:

{
    "extends": [
        "eslint:recommended",
        "simon"
    ]
}

Keywords

code

FAQs

Package last updated on 23 May 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