Socket
Book a DemoInstallSign in
Socket

@megalo/eslint-config-standard

Package Overview
Dependencies
Maintainers
6
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@megalo/eslint-config-standard

eslint-config-standard for megalo project

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
6
Created
Source

eslint-config-standard

eslint-config-standard for megalo project

Install

npm i eslint @megalo/eslint-config-standard -D

Configure

If you have already configured the eslint-related webpack configuration, you can create a file .eslintrc.js in project root directory, that`s all content of file:

module.exports = {
  root: true,
  extends: [
    '@megalo/standard'
  ]
}

Recommendations

We recommend using it with @megalo/cli-serve. Click this enter to portal

Keywords

megalo

FAQs

Package last updated on 21 Mar 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