@chantelle/eslint-plugin-chantelle

Chantelle bash npm i -D @chantelle/eslint-plugin-chantelle @chantelle/eslint-config-chantelle eslint-plugin-prettier prettier

Usage no npm install needed!

<script type="module">
  import chantelleEslintPluginChantelle from 'https://cdn.skypack.dev/@chantelle/eslint-plugin-chantelle';
</script>

README

@chantelle/eslint-plugin-chantelle

Installation

  • Chantelle

    npm i -D @chantelle/eslint-plugin-chantelle @chantelle/eslint-config-chantelle eslint-plugin-prettier prettier
    

    package.json

    "eslintConfig": {
      "extends": ["@chantelle/chantelle"],
    }
    
  • Chantelle CommonJs

    npm i -D @chantelle/eslint-plugin-chantelle @chantelle/eslint-config-chantelle eslint-plugin-prettier prettier
    

    package.json

    "eslintConfig": {
      "extends": ["@chantelle/chantelleCommonJs"],
    }
    
  • Legacy:

    npm i -D @chantelle/eslint-plugin-chantelle @chantelle/eslint-config-legacy eslint-plugin-prettier prettier
    

    package.json

    "eslintConfig": {
      "extends": ["@chantelle/legacy"]
    }