@loja-integrada/eslint-config
v0.0.3
Published
This package provides a shared ESLint configuration for front-end projects at Loja Integrada. **Only supports ESLint 8.57.0.**
Downloads
19
Keywords
Readme
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"]
}