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

@studyportals/eslint-config

Package Overview
Dependencies
Maintainers
11
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/eslint-config

Eslint config for studyportals

0.0.3
npm
Version published
Weekly downloads
3
Maintainers
11
Weekly downloads
 
Created
Source

Install & basic usage

Install the package

npm install --save-dev eslint @studyportals/eslint-config

Add beneath code to your package.json

"eslintConfig": {
  "extends": "@studyportals/eslint-config"
}

Vue

For vue projects you also need to install some extra depencies:

npm install --save-dev eslint-plugin-html eslint-plugin-vue

Add beneath code to your package.json

"eslintConfig": {
  "extends": "@studyportals/eslint-config/vue"
}

Guidelines

Coming soon!

Keywords

eslint

FAQs

Package last updated on 23 May 2018

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