@drmikecrowe/eslint-config

0.3.5 • Public • Published

Personal configs

Credit: Forked from ntnyq

EsLint config

Usage

Install

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

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

    extends: ['@drmikecrowe'],

    rules: {
        // Override rules
    },
}

in package.json

{
    "eslintConfig": {
        "root": true,
        "extends": "@drmikecrowe"
    }
}

Dependents (4)

Package Sidebar

Install

npm i @drmikecrowe/eslint-config

Weekly Downloads

1

Version

0.3.5

License

MIT

Unpacked Size

3.47 kB

Total Files

4

Last publish

Collaborators

  • drmikecrowe