@loja-integrada/eslint-config

0.0.3 • Public • Published

ESLint Config

This package provides a shared ESLint configuration for front-end projects at Loja Integrada. Only supports ESLint 8.57.0.

Usage

Installation

Install the package using your package manager:

npm install @loja-integrada/eslint-config --save-dev
yarn add @loja-integrada/eslint-config -D
pnpm add @loja-integrada/eslint-config -D

And install peer dependencies:

npx install-peerdeps --dev @loja-integrada/eslint-config

Configure

Create a .eslintrc.json file in the root of your project with the following content:

{
  "extends": ["@loja-integrada/eslint-config"]
}

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @loja-integrada/eslint-config

    Weekly Downloads

    5

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    4.93 kB

    Total Files

    5

    Last publish

    Collaborators

    • udleinati
    • gustavorosolem
    • lojaintegrada-team