0.4.6-3 • Published 2 months ago

@weiran.zsd/create-eslint-config v0.4.6-3

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

@eslint/create-config

Utility to create ESLint config files

Usage

Prerequisites: Node.js (^18.18.0, ^20.9.0, or >=21.1.0) built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)

You can use npm/npx(shipped with Node.js).

# use npm
npm init @eslint/config
# use npx
npx @eslint/create-config

If you want to use a specific shareable config that is hosted on npm, you can use the --config option and specify the package name:

# use `eslint-config-standard` shared config

# npm 7+
npm init @eslint/config -- --config eslint-config-standard

# ⚠️ npm 6.x no extra double-dash:
npm init @eslint/config --config eslint-config-standard

To use an eslintrc-style shared config:

npm init @eslint/config -- --eslintrc --config eslint-config-standard
0.4.6-2

2 months ago

0.4.6-3

2 months ago

0.4.6-1

2 months ago

0.4.6-0

2 months ago

0.4.6

2 months ago