MrToph / eslint-config

ESLint sharable config for my OSS projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-cmichel

Forked from eslint-config-okonet.

Installation

  1. npm install --save-dev eslint eslint-config-cmichel
  2. Add following block to package.json
"eslintConfig": {
    "extends": [
      "cmichel"
    ]
  }

This will add generic config.

For React.js projects, extend from cmichel/react

For React.js projects, extend from cmichel/vue

For Node.js projects, extend from cmichel/node

If you're working with node make sure to add the "engines" field to your package.json "engines": { "node": ">=8.0.0" },

About

ESLint sharable config for my OSS projects

License:MIT License


Languages

Language:JavaScript 100.0%