Socket
Socket
Sign inDemoInstall

@bigpicturemedical/eslint-config-medkit

Package Overview
Dependencies
0
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @bigpicturemedical/eslint-config-medkit

## Shareable Configs


Version published
Maintainers
4
Created

Readme

Source

Eslint Config Package

Shareable Configs

The configuration that you have in your .eslintrc file is an important part of your project, and as such, you may want to share it with other projects or people. Shareable configs allow you to publish your configuration settings on npm and have others download and use it in their ESLint projects.

Creating a Shareable Config

Shareable configs are simply npm packages that export a configuration object. To start, create a Node.js module like you normally would. Make sure the module name begins with eslint-config-

Installation :

yarn add @bigpicturemedical/eslint-config-medkit

Usage :

  1. Add into your .eslintrc file:
{
"extends": "@bigpicturemedical/eslint-config-medkit"
}
  1. Run : yarn lint --fix

Followed official docs:

https://eslint.org/docs/developer-guide/shareable-configs

FAQs

Last updated on 03 Feb 2021

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