🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

eslint-config-sidvind

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

eslint-config-sidvind

> Sidvind ESLint [shareable](http://eslint.org/docs/developer-guide/shareable-configs.html) config.

1.3.2
latest
Source
npm
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-sidvind

Sidvind ESLint shareable config.

Install

npm install --save-dev eslint-config-sidvind

Usage

In your .eslintrc file:

{
  "extends": [
    "sidvind/es2017"
  ],
}

Available configs

  • sidvind for ES5 files.
  • sidvind/es2015 for ES2015 (ES6) support.
  • sidvind/es2016 for ES2016 (ES7) support.
  • sidvind/es2017 for ES2017 (ES8) support.

Complementary configs

Used in addition to the primary config.

  • angular for AngularJS 1.x (requires eslint-plugin-angular)
  • jest for Jest (requires eslint-plugin-jest)

Keywords

eslint

FAQs

Package last updated on 28 May 2018

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