Socket
Socket
Sign inDemoInstall

eslint-config-kitchensink

Package Overview
Dependencies
195
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-kitchensink

Zero-config ESLint config.


Version published
Weekly downloads
13
increased by1200%
Maintainers
1
Install size
3.31 MB
Created
Weekly downloads
 

Readme

Source

eslint-config-kitchensink

Lints for everything but the kitchensink! Just another zero-config ESLint shared config attempt.

This is probably a really bad idea.. You've been warned.

Installation

Install eslint, prettier, and eslint-config-kitchensink in project:

npm i eslint prettier eslint-config-kitchensink

or

yarn add eslint prettier eslint-config-kitchensink

Add ESLint config to package.json:

{
  "eslintConfig": {
    "extends": "kitchensink"
  }
}

Features

The following is implemented and unlikely to change:

  • Based around eslint:recommended
  • Prettier-ESLint integration built in
  • Import lint rules built in
  • Promise lint rules] built in
  • Unicorn lint rules built in

The following is implemented, but might change:

TODO

The following is planned but not yet implemented:

Prior Art

  • xo - ❤️ JavaScript happiness style linter
  • standard - 🌟 JavaScript Style Guide, with linter & automatic code fixer

FAQs

Last updated on 06 Jul 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