eslint-config-zoe

🌀 Shareable ESLint config for Zoe.


Keywords
zoe, code linter, code style, eslint, formatter, linter, prettier, react, style, eslint-config, javascript, typescript
License
MIT
Install
npm install eslint-config-zoe@1.37.1

Documentation

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"
}

License

MIT © Jorge Gonzalez