1.1.3 • Published 6 years ago

@jmoore914/eslint-init v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

eslint-init

npm GitHub repo size

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

Install

npm i -g @jmoore914/eslint-init

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"
  ]
}

License

MIT © jmoore914

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago