Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-gmfe

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-gmfe

``` npm i eslint --save-dev npm i eslint-plugin-gmfe --save-dev ```

  • 1.3.3
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

eslint-plugin-gmfe

npm i eslint --save-dev
npm i eslint-plugin-gmfe --save-dev

or

yarn add eslint --save-dev
yarn add eslint-plugin-gmfe --save-dev

然后根据提示按照剩余依赖,目前是

yarn add babel-eslint eslint-config-prettier eslint-config-standard eslint-config-standard-jsx eslint-import-resolver-webpack eslint-plugin-import eslint-plugin-node eslint-plugin-prettier eslint-plugin-promise eslint-plugin-react eslint-plugin-standard prettier -D

配置 .eslintrc.js

module.exports = {
  'extends': [
    'plugin:gmfe/recommended'
  ]
}

配置 .prettierrc.js

module.exports = {
  semi: false,
  singleQuote: true,
  jsxSingleQuote: true
}

Keywords

FAQs

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc