@stone-lemons/eslint-config

0.0.8 • Public • Published

Personal configs

Credit: Forked from ntnyq

EsLint config

Usage

Install

$ npm i @stone-lemons/eslint-config -D
# OR
$ yarn add @stone-lemons/eslint-config -D

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

    extends: ['@stone-lemons'],

    rules: {
        // Override rules
    },
}

in package.json

{
    "eslintConfig": {
        "root": true,
        "extends": "@stone-lemons"
    }
}

Package Sidebar

Install

npm i @stone-lemons/eslint-config

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

3.19 kB

Total Files

4

Last publish

Collaborators

  • stone-lemons