@pulsanova/eslint-config-base

2.5.0 • Public • Published

Pulsanova - ESLint: Configuration de base

Configuration ESLint de base pour les projets Pulsanova

Quand l'utiliser ?

Cette configuration est à utiliser quand toutes les assertions suivantes sont exactes:

  • Le code est écrit en ES6+.
  • Le code n'est pas compilé / transpilé, sinon voir la config. esnext.

Installation

# - NPM
npm install --save-dev eslint @pulsanova/eslint-config-base

# - Yarn
yarn add --dev eslint @pulsanova/eslint-config-base

Usage

Créez un fichier .eslintrc.json et ajoutez-y la configuration suivante:

{
    "extends": "@pulsanova/base"
}

/@pulsanova/eslint-config-base/

    Package Sidebar

    Install

    npm i @pulsanova/eslint-config-base

    Weekly Downloads

    159

    Version

    2.5.0

    License

    MIT

    Unpacked Size

    80.6 kB

    Total Files

    4

    Last publish

    Collaborators

    • polosson
    • donov4n