1.1.0 • Published 5 years ago

eslint-config-arista-base v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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.