@otter-hacker/eslint-config
v3.2.0
Published
```sh pnpm add @otter-hacker/eslint-config ```
Readme
Usage
pnpm add @otter-hacker/eslint-configpackage.json
"eslintConfig": {
"root": true,
"extends": [
"@otter-hacker/eslint-config/base",
"@otter-hacker/eslint-config/nextjs",
"@otter-hacker/eslint-config/react"
]
},