@jorvel/eslint-config
v0.3.0
Published
Shared ESLint 9 flat config for JORVEL apps and libraries.
Readme
@jorvel/eslint-config
Shared ESLint 9 flat config for JORVEL projects.
Use
// eslint.config.js
import jorvel from '@jorvel/eslint-config';
export default jorvel;React apps:
import jorvel from '@jorvel/eslint-config/react';
export default jorvel;