Socket
Socket
Sign inDemoInstall

@appearhere/eslint-config-appearhere

Package Overview
Dependencies
272
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @appearhere/eslint-config-appearhere

eslint config for appearhere


Version published
Maintainers
5
Install size
18.5 MB
Created

Readme

Source

Using this config

First install the configuration as a dependency:

yarn install @appearhere/eslint-config-appearhere

Then, in your eslint.js, add it to your extends property. Typically, you’ll do this after extending AirBnb's:

module.exports = {
  extends: [
    'airbnb',
    '@appearhere/appearhere'
  ]
}

FAQs

Last updated on 12 Jan 2017

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