Socket
Socket
Sign inDemoInstall

eslint-config-infield

Package Overview
Dependencies
249
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-infield

ESLint configuration following Infield Digital's JavaScript Coding Guidelines


Version published
Weekly downloads
6
Maintainers
3
Install size
5.88 MB
Created
Weekly downloads
 

Readme

Source

eslint-config-infield

An ESLint configuration following Infield Digital's JavaScript Coding Guidelines.

Usage

You should install this configuration and peer dependencies as devDependencies in your project:

npm install --save-dev eslint-config-infield eslint

Next, simply extend the configuration from your project's .eslintrc file:

"extends": "eslint-config-infield"

Development

If you clone this repository to your local machine and modify it, you can test changes without having to push and publish them to the NPM repository. Do this by linking your module globally – type:

npm link

Then, in your project where you want to test the updated config, type:

npm link eslint-config-infield

Refer to the ESLint documentation on Shareable Configs for more information.

Keywords

FAQs

Last updated on 04 Jan 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc