Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-kitchensink

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-kitchensink

Zero-config ESLint config.

  • 1.0.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 06 Jul 2018

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