eslint-config-vaadin

ESLint shareable config for the Vaadin JavaScript coding style

Usage no npm install needed!

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

README

eslint-config-vaadin

ESLint shareable config for the Vaadin JavaScript style guide

Installation

$ npm install --save-dev eslint-config-vaadin

or

$ yarn add --dev eslint-config-vaadin

Usage

Once the eslint-config-vaadin package is installed, you can use it by specifying vaadin in the extends section of your ESLint configuration.

{
  "extends": "vaadin",
  "rules": {
    // Additional, per-project rules...
  }
}

License

Apache License 2.0