This package has been deprecated

Author message:

This package has been renamed to @koffeine/eslint-config

eslint-config-koffeine

15.0.0 • Public • Published

eslint-config-koffeine

npm version devDependency Status peerDependency Status

Koffeine's ESLint shareable config

Installation

Use option --save-exact for npm install to make sure that ESLint and config rules match.

Install config

npm install eslint-config-koffeine --save-dev --save-exact

Install ESLint

Install the correct version of ESLint, which is listed by the command:

npm info eslint-config-koffeine peerDependencies

For example:

npm install eslint@7.5.0 --save-dev --save-exact

Usage

Add the following to your .eslintrc.js file:

module.exports = {
	extends: 'koffeine',
	...
};

License

Copyright © Kornél Horváth

Licensed under the MIT License.

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i eslint-config-koffeine

    Weekly Downloads

    56

    Version

    15.0.0

    License

    MIT

    Unpacked Size

    23.6 kB

    Total Files

    5

    Last publish

    Collaborators

    • koffeine