3.0.1 • Published 6 months ago
@shraymonks/eslint-config v3.0.1
@shraymonks/eslint-config
My eslint config.
Installation
pnpm add -D @shraymonks/eslint-config
Usage
Add to your eslint.config.js
:
import { base } from '@shraymonks/eslint-config';
export default [
...base,
];
Available configs
base
browser
node
react