@syfxlin/eslint-config
v1.2.0
Published
Otstar's ESLint config
Readme
@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.
