New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@edenhealth/eslint-config-eve

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edenhealth/eslint-config-eve

[![npm (scoped)][npm-badge]][npm-link]

  • 1.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@edenhealth/eslint-config-eve

npm (scoped)

What is this?

An eslint shareable config for Eden front-end projects.

How do I use it?

Install the NPM package:

$ yarn add -D @edenhealth/eslint-config-eve

Create or modify your .eslintrc.js file to contain the following:

module.exports = require('@edenhealth/eslint-config-eve')

Finally, you'll need to declare a custom lint step in your package.json to use the eslint binary bundled with the package; this is due to a long-standing shortcoming in eslint that would otherwise require installing each of the eslint-plugin-* peer dependencies manually, which obviously eliminates some of the convenience of having a shared config in the first place. The best workaround I've found looks like this:

"scripts": {
  "lint": "node_modules/@edenhealth/eslint-config-eve/node_modules/.bin/eslint src/",
}

FAQs

Package last updated on 02 Nov 2018

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