eslint-initializer

1.2.6 • Public • Published

eslint-initializer

npm GitHub repo size

Quickly create an eslint config file in any directory based on your presets

Install

npm i -g eslint-initializer

Usage

Basic usage:

$ eslint-init
? Does your project use typescript? Yes
? Which framework does your project use? Vue
? What environments will your project be running in? browser, es6
ESLint config created.
{
  "typescript"true,
  "framework""vue",
  "env": [
    "browser",
    "es6"
  ]
}

Add rules from a second eslintrc file to the saved template:

$ eslint-init -m

Replace the saved template with a new eslintrc file:

$ eslint-init -r

Options

-v, --version                    Print program version
-m, --merge                      Merge rules from an eslintrc into the saved
                                 template
-r, --replace                    Replace the saved template with a new eslintrc

License

MIT © jmoore914

Readme

Keywords

Package Sidebar

Install

npm i eslint-initializer

Weekly Downloads

0

Version

1.2.6

License

MIT

Unpacked Size

14 kB

Total Files

9

Last publish

Collaborators

  • jmoore914