1.1.0 • Published 8 months ago

@syfxlin/eslint-config v1.1.0

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

@syfxlin/eslint-config

My ESLint configuration preset, modified based on @antfu/eslint-config.

Usage

Install

pnpm i -D eslint @syfxlin/eslint-config

Create config file

// eslint.config.js (esm)
import config from "@syfxlin/eslint-config";
export default config();

// eslint.config.js (cjs)
const config = require("@syfxlin/eslint-config").default;
module.exports = config();

Maintainer

@syfxlin/eslint-config is written and maintained with the help of Otstar Lin and the following contributors.

License

Released under the MIT License.