@drmikecrowe/eslint-config-prettier

0.3.7 • Public • Published

Personal configs

Credit: Forked from ntnyq

EsLint config with Prettier

Usage

Install

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

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

    extends: ['@drmikecrowe/prettier'],

    rules: {
        // Override rules
    },
}

in package.json

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.7
    0
    • latest

Version History

Package Sidebar

Install

npm i @drmikecrowe/eslint-config-prettier

Weekly Downloads

0

Version

0.3.7

License

MIT

Unpacked Size

2.68 kB

Total Files

4

Last publish

Collaborators

  • drmikecrowe