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

eslint-config-hyperoslo

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-hyperoslo

Hyper's ESLint config

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-hyperoslo

Version

Hyper's ESLint configuration, based on Airbnb's.

Licensed under the MIT license, see LICENSE for more information.

Usage

Available via npm:

npm install --save-dev eslint eslint-config-hyperoslo eslint-config-airbnb

ES6

Additional dependencies to install:

npm install --save-dev babel-eslint eslint-plugin-import

Tweak .eslintrc:

{
  "extends": "hyperoslo"
}

ES5 (legacy)

Tweak .eslintrc:

{
  "extends": "hyperoslo/legacy",
}

React

Additional dependencies to install:

npm install --save-dev babel-eslint eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y@^2.2.3

Tweak .eslintrc:

{
  "extends": "hyperoslo/react"
}

Credits

Hyper made this. We're a digital communications agency with a passion for good code, and if you're using this configuration we probably want to hire you.

FAQs

Package last updated on 27 Nov 2016

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