0.0.1 • Published 4 months ago

@kdtjs/eslint-config v0.0.1

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

@kdtjs/eslint-config

My personal ESLint config

Installation

pnpm install -D @kdtjs/eslint-config

Usage

Create an ESLint configuration file:

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

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

export default defineFlatConfig()

With CJS:

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

module.exports = defineFlatConfig()

Contributing

If you have suggestions for improving this package or have found a bug, please check the contributing guidelines before opening an issue.

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.