1.1.0 • Published 1 year ago
@syfxlin/eslint-config v1.1.0
@syfxlin/eslint-config
My ESLint configuration preset, modified based on @antfu/eslint-config.
Usage
Install
pnpm i -D eslint @syfxlin/eslint-configCreate 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.