Socket
Socket
Sign inDemoInstall

eslint-config-zalopay

Package Overview
Dependencies
299
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-zalopay

Customize eslint rules for react, react-native of ZaloPay


Version published
Maintainers
1
Created

Readme

Source

SHARE ESLINT CONFIG ZALOPAY

Customize eslint rules for react, react-native of ZaloPay

Apply eslint config:

  • airbnb-config
  • eslint-plugin-jsx-a11y
  • eslint-plugin-prettier

Install peerDependence

Install peerDependence

$ yarn add --dev eslint eslint-config-airbnb eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-config-prettier prettier

Install

$ yarn add --dev eslint-config-zalopay

Update eslint config file (.eslintrc.json)

"extends": [
  "eslint-config-zalopay"
]

or package.json

"eslintConfig": {
  "extends": "eslint-config-zalopay"
}

FAQs

Last updated on 05 Dec 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc