eslint-config-zoe
ESLint shareable config for Zoe
Installation
# Using Yarn
yarn add --dev eslint-config-zoe
# or npm
npm install ---save-dev eslint-config-zoe
# or pnpm
pnpm install --save-dev --shamefully-flatten eslint-config-zoe
Usage
Extend this config in a .eslintrc
:
{
"extends": "zoe"
}
If you're using TypeScript:
{
"extends": "zoe/typescript"
}