Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 803 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 803 Bytes

ESLint

npm

Personal eslint configuration for my projects.

npx @preset/cli innocenzi/config --eslint

 

Usage

// eslint.config.mjs
import defineEslintConfig from '@innocenzi/eslint-config'

export default defineEslintConfig()

 

Credits

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.