@koffeine/eslint-config

35.0.0 • Public • Published

eslint-config npm

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 @koffeine/eslint-config --save-dev --save-exact

Install ESLint

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

npm info @koffeine/eslint-config peerDependencies

For example:

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

Usage

Add the following to your eslint.config.js file:

import koffeine from '@koffeine/eslint-config';

export default [
    koffeine
];

License

Copyright © Kornél Horváth

Licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i @koffeine/eslint-config

Weekly Downloads

110

Version

35.0.0

License

MIT

Unpacked Size

17.2 kB

Total Files

4

Last publish

Collaborators

  • koffeine