0.0.5 • Published 3 months ago

@kdt310722/eslint-config v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@kdt310722/eslint-config

My personal ESLint config

Installation

pnpm install -D @kdt310722/eslint-config

Usage

Create an ESLint configuration file:

With "type": "module" in your package.json (recommended):

// eslint.config.js
import { defineFlatConfig } from '@kdt310722/eslint-config'

export default defineFlatConfig()

With CJS:

// eslint.config.js
const { defineFlatConfig } = require('@kdt310722/eslint-config')

module.exports = defineFlatConfig()

Credit

This ESLint configuration is inspired by the excellent @antfu/eslint-config package. Special thanks to its contributors!

License

This project is licensed under the MIT License - see the LICENSE.md file for details.