@eslint/create-config
Utility to create ESLint config files.
Last updated 3 years ago by eslintbot .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @eslint/create-config 
SYNC missed versions from official npm registry.

@eslint/create-config

Utility to create ESLint config files

Usage

Prerequisites: Node.js (^12.22.0, ^14.17.0, or >=16.0.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 the specified shared configs:

# use `eslint-config-semistandard` shared config
# npm 6.x
npm init @eslint/config --config semistandard

# ⚠️ npm 7+, extra double-dash is needed:
npm init @eslint/config -- --config semistandard

# or (`eslint-config` prefix is optional)
npm init @eslint/config -- --config eslint-config-semistandard

The --config flag also supports passing in arrays:

npm init @eslint/config -- --config semistandard,standard
# or
npm init @eslint/config -- --config semistandard --config standard

Current Tags

  • 0.4.1                                ...           latest (3 years ago)

8 Versions

  • 0.4.1                                ...           3 years ago
  • 0.4.0                                ...           3 years ago
  • 0.3.1                                ...           4 years ago
  • 0.3.0                                ...           4 years ago
  • 0.2.0                                ...           4 years ago
  • 0.1.2                                ...           4 years ago
  • 0.1.1                                ...           4 years ago
  • 0.1.0                                ...           4 years ago
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (8)
Dev Dependencies (15)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |