1.1.3 • Published 6 years ago
@jmoore914/eslint-init v1.1.3
eslint-init
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