eslint-config-arista

Arista's eslint config, based on Airbnb's rules, plus some changes

Usage no npm install needed!

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

README

Arista Networks ESLint config

This ESLint config is based on AirBnB's rules with some modifications:

Usage

Just create a .eslintrc file in your project with the following contents:

{
    "extends": "arista"
}

and add "eslint-config-arista": "<VERSION>" to your package.json dependencies.