Socket
Socket
Sign inDemoInstall

eslint-config-sku

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-sku

ESLint configuration used by SKU


Version published
Weekly downloads
13
decreased by-35%
Maintainers
2
Weekly downloads
 
Created
Source

Build Status npm semantic-release Commitizen friendly

eslint-config-sku

This package includes the shareable ESLint configuration used by sku.

Usage in sku Projects

The easiest way to use this configuration is with sku, which includes it by default.

You don’t need to install it separately in sku projects.

Usage Outside of sku

If you want to use this ESLint configuration in a project not built with sku, you can install it with following steps.

First, install this package, ESLint and the necessary plugins listed in this project's package.json.

Then create a file named .eslintrc with following contents in the root folder of your project:

{
  "extends": "sku"
}

You can override the settings from eslint-config-sku by editing the .eslintrc file. Learn more about configuring ESLint on the ESLint website.

License

MIT.

FAQs

Package last updated on 25 Oct 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