0.27.1 • Published 5 years ago

@comparaonline/eslint-config-ui v0.27.1

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

@comparaonline/eslint-config-ui

Sharable configuration for the UI project built on top of AirBnB JS style guide and Prettier.

Usage

The eslint package is required to execute the linting process

yarn add --dev eslint @comparaonline/eslint-config-ui

Then, add it in your eslintrc file

{
  "extends": "@comparaonline/ui"
}

Visual Studio Code integration

Install the prettier-vscode extension and configure your workspace with this settings.

{
  "prettier.eslintIntegration": true
}