<h2 align="center">ESLint</h2>
Personal eslint configuration for my projects.
npx @preset/cli innocenzi/config --eslint
``ts
// eslint.config.mjs
import defineEslintConfig from '@innocenzi/eslint-config'
export default defineEslintConfig()
`
This configuration is a fork of Anthony's Fu eslint-config`, with my own rules in it. I've been using it for a while with a superset of my own rules, so I've decided to make my own reusable configuration.