Socket
Book a DemoInstallSign in
Socket

eslint-config-okonet

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-okonet

ESLint rules from Andrey Okonetchnikov

latest
Source
npmnpm
Version
7.0.2
Version published
Weekly downloads
454
114.15%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-okonet

npm Build Status

ESLint rules from Andrey Okonetchnikov

Installation

  • npm install --save-dev eslint eslint-config-okonet
  • Add following block to package.json
"eslintConfig": {
    "extends": [
      "okonet"
    ]
  }

This will add generic config.

For React.js projects, extend from okonet/react

For Node.js projects, extend from okonet/node

FAQs

Package last updated on 18 Aug 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