Socket
Socket
Sign inDemoInstall

eslint-config-kennship

Package Overview
Dependencies
301
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-kennship

ESLint configuration based on Google's


Version published
Maintainers
1
Install size
13.1 MB
Created

Readme

Source

eslint-config-kennship

ESLint configurations.

Usage

npm install --save-dev eslint-config-kennship

There are three subconfigs that are appropriate for different areas of a project.

Main config

# .eslintrc
extends: eslint-config-kennship

Most stringent configuration.

"Config" config

# .eslintrc
extends: eslint-config-kennship/config

A bit more relaxed; appropriate for Gulpfiles or other "plumbing".

Testing config

# .eslintrc
extends: eslint-config-kennship/testing

Removes JSDoc requirements.

FAQs

Last updated on 27 Oct 2017

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