Socket
Socket
Sign inDemoInstall

eslint-config-itp-base

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-itp-base

In The Pocket's base JS ESLint config, based on Airbnb's config


Version published
Weekly downloads
5
increased by25%
Maintainers
1
Weekly downloads
 
Created
Source

Eslint config itp base

NPM version MIT License

In The Pocket's base JavaScript ESLint config, based on Airbnb's config.

Installation

Install the correct versions of each package, which are listed by the command:

npm info "eslint-config-itp-base@latest" peerDependencies

Linux/OSX users can simply run

(
export PKG=eslint-config-itp-base;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

Which produces and runs a command like:

npm install --save-dev eslint-config-itp-base eslint@^#.#.# eslint-plugin-import@^#.#.#

Usage

Add the following to your .eslintrc file in the project root

{
  "extends": "itp-base"
}

Run eslint

eslint .

License

Eslint-Config-Itp-Base is freely distributable under the terms of the MIT license.

Keywords

FAQs

Package last updated on 30 Aug 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc