amareshsm / create-config

Utility to create ESLint config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

Utility to create ESLint config files

License:MIT License


Languages

Language:JavaScript 100.0%