syfxlin / eslint-config

Otstar's ESLint config preset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Otstar's ESLint config preset

License:Other


Languages

Language:TypeScript 76.1%Language:JavaScript 23.9%