Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-riophae

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-riophae

The customized ESLint shareable configs for the development of my open-source projects.

  • 0.9.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
70
increased by483.33%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-riophae npm Build Known vulnerabilities

The customized ESLint shareable configs for the development of my open-source projects.

Usage

  1. npm install --save-dev eslint eslint-plugin-unicorn eslint-plugin-import eslint-config-riophae

  2. Choose one from these three presets:

    • riophae for linting ES6+
    • riophae/legacy for linting ES5
    • riophae/vue for linting ES6+ & .vue files (one more dependency required: eslint-plugin-vue)
  3. Add the preset to your ESLint config file:

{
  "extends": [ "riophae" ], // also could be "riophae/legacy" or "riophae/vue"
  "rules": {
    // override if necessary
  }
}

License

MIT

Keywords

FAQs

Package last updated on 24 Sep 2019

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