🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@jmoore914/eslint-init

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jmoore914/eslint-init

Create eslint config file in the calling directory

1.1.3
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

eslint

FAQs

Package last updated on 14 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts