This package has been deprecated

Author message:

package deprecated in favor of eslint-config-starstuff's auto prefix

eslint-config-kitchensink
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-kitchensink

Weekly Downloads

1

Version

1.0.11

License

MIT

Unpacked Size

4.97 kB

Total Files

4

Last publish

Collaborators

  • keplersj