eslint-config-cmichel

ESLint rules by Christoph Michel

Usage no npm install needed!

<script type="module">
  import eslintConfigCmichel from 'https://cdn.skypack.dev/eslint-config-cmichel';
</script>

README

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