eslint-config-arista-base

Base ESLint and Prettier config for Arista

Usage no npm install needed!

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

README

Arista Networks ESLint base config including Prettier

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

Usage

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

{
    "extends": "arista-base"
}

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