@clickagy/eslint-config

1.1.0 • Public • Published

ESlint config

npm (scoped with tag) npm

Table of Contents

Installation

Add this package and its peerDependencies to your devDependencies

npm i -D @clickagy/eslint-config eslint babel-eslint eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard

Optionally, if using on a Vue or Nuxt project, also install eslint-plugin-vue

npm i -D eslint-plugin-vue

Create an .eslintrc file

For simple babel projects

{
  "root": true,
  "extends": ["@clickagy"]
}

For Vue projects

{
  "root": true,
  "extends": ["@clickagy/eslint-config/vue"]
}

For Nuxt projects

{
  "root": true,
  "extends": ["@clickagy/eslint-config/nuxt"]
}

Add lint and lintfix scripts to your package.json

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

/@clickagy/eslint-config/

    Package Sidebar

    Install

    npm i @clickagy/eslint-config

    Weekly Downloads

    50

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    9.29 kB

    Total Files

    10

    Last publish

    Collaborators

    • nysos3