ESLint Config
An shareable config for eslint to maintain a code style aesthetic across the Liquify project. ESLint Standard is extended with additional rule sets.
Install
pnpm add @liquify/eslint-config -D
Usage
Extend the package.json
file of each module and/or project.
{
"extends": ["@liquify/eslint-config"]
}
Required peer dependency on eslint