@4tw/eslint-config

3.0.0 • Public • Published

@4tw/eslint-config

Installation

Run the following:

$ yarn add --dev eslint prettier @4tw/eslint-config

Then add this in your .eslintrc.js:

module.exports = {
  extends: [
    '@4tw',
  ],
}

Finally add the lint command to your package.json:

{
  ...
  "scripts": {
    "lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
  }
}

Dependencies (7)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @4tw/eslint-config

    Weekly Downloads

    33

    Version

    3.0.0

    License

    ISC

    Unpacked Size

    3.39 kB

    Total Files

    3

    Last publish

    Collaborators

    • gaebu
    • joel87
    • loeru
    • kevin.bieri
    • tschouns
    • all4manu
    • buchijs
    • elioschmutz