Socket
Book a DemoInstallSign in
Socket

@medipass/eslint-config-react-medipass

Package Overview
Dependencies
Maintainers
15
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medipass/eslint-config-react-medipass

ESLint config for the React Medipass apps

latest
Source
npmnpm
Version
8.12.6
Version published
Weekly downloads
222
11000%
Maintainers
15
Weekly downloads
 
Created
Source

eslint-config-react-medipass

Install

$ npm install @medipass/eslint-config-react-medipass --save-dev

Usage

Add @medipass/react-medipass to wherever you are extending eslint configurations:

  • In package.json:
"eslintConfig": {
  "extends": [
    ...
    "@medipass/react-medipass",
    ...
  ],
  ...
}

OR

  • In .eslintrc/.eslintrc.json:
{
  "extends": [
    ...
    "@medipass/react-medipass",
    ...
  ],
  ...
}

License

MIT © Medipass Solutions

FAQs

Package last updated on 15 Aug 2023

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