1.0.11 • Published 6 years ago

eslint-config-kitchensink v1.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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:

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