@comparaonline/eslint-config-ui

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

Usage no npm install needed!

<script type="module">
  import comparaonlineEslintConfigUi from 'https://cdn.skypack.dev/@comparaonline/eslint-config-ui';
</script>

README

@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
}