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