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

eslint-config-eventbrite

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-eventbrite

Eventbrites's base ESLint config that lints ES6+/ES2015+ and adheres to the Eventbrite JavaScript Coding Style Guide

  • 4.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
decreased by-5.92%
Maintainers
2
Weekly downloads
 
Created
Source

eslint-config-eventbrite

version downloads Maintenance Status license

Eventbrite's base ESLint config that lints ES6+/ES2015+ and adheres to the Eventbrite JavaScript Coding Style Guide.

Usage

This ESLint configuration requires eslint, babel-eslint, and eslint-plugin-import.

Install eslint, babel-eslint, eslint-plugin-import & eslint-config-eventbrite dependencies:

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

Extend eslint-config-eventbrite in your .eslintrc.json:

{
    "extends": "eventbrite"
}

NOTE: This configuration extends eslint-config-eventbrite-legacy and plugin:import/errors.

Contributing

Thank you for your willingness to contribute! 😀

Although eslint-config-eventbrite is a public package, its primary purpose is for linting Eventbrite's JavaScript code. Therefore, it is unlikely that we'll accept changes to rules as they may adversely affect the linting of our own code. However, we do welcome fixes for errors or additions for omissions.

If you are uncertain as to whether your suggestion qualifies, go ahead and submit a Pull Request and we'll let you know. Thanks again!

License

MIT. Copyright (c) 2016 Eventbrite.

Thanks

Many thanks to Airbnb and their example eslint-config-airbnb.

Keywords

FAQs

Package last updated on 23 Jun 2017

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