@futagoza/eslint-config-node

16.1.0 • Public • Published

dependencies History License

This package contains configuration files for ESLint v7.15+

These are configuration files for ESLint that are used to lint my Node.js projects.

NOTE: Apart from the default configuration, all configurations extend @futagoza/eslint-config-javascript (which itself extends @futagoza/eslint-config-core), so you don't have to include either as a dependency when using this package.

installation

$ npm i --save-dev @futagoza/eslint-config-node

usage

Put the following into your configuration (.eslintrc.* file or the "eslintConfig" field in package.json):

{
    "extends": "@futagoza/node"
}

configurations

A list of usable configurations as well the configurations they use:

license

Copyright © 2017+ Futago-za Ryuu
Released under the MIT License, http://opensource.org/licenses/MIT

/@futagoza/eslint-config-node/

    Package Sidebar

    Install

    npm i @futagoza/eslint-config-node

    Weekly Downloads

    10

    Version

    16.1.0

    License

    MIT

    Unpacked Size

    17 kB

    Total Files

    14

    Last publish

    Collaborators

    • ryuu