Skip to content

kdt310722/eslint-config

Repository files navigation

@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.

About

My personal ESLint config

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •