Socket
Socket
Sign inDemoInstall

eslint-config-eventbrite-legacy

Package Overview
Dependencies
123
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-eventbrite-legacy

Eventbrites's legacy ESLint config that lints ES5- and adheres to the Eventbrite JavaScript Coding Style Guide


Version published
Weekly downloads
1.4K
increased by12.27%
Maintainers
2
Install size
19.9 kB
Created
Weekly downloads
 

Readme

Source

eslint-config-eventbrite-legacy

version downloads Maintenance Status

PRs Welcome license

Eventbrite's legacy ESLint config that lints ES5- and adheres to the Eventbrite JavaScript Coding Style Guide.

Usage

This ESLint configuration requires eslint.

Install using npm:

npm install --save-dev eslint@^4.19.1 eslint-config-eventbrite-legacy

...or using yarn:

yarn add --dev eslint@^4.19.1 eslint-config-eventbrite-legacy

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

{
    "extends": "eventbrite-legacy"
}

NOTE: This configuration extends eslint:recommended.

Contributing

Thank you for your willingness to contribute! 😀

Although eslint-config-eventbrite-legacy is a public package, its primary purpose is for linting Eventbrite's legacy JavaScript code written in ES5. 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

The library is available as open source under the terms of the MIT License.

Thanks

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

Keywords

FAQs

Last updated on 24 May 2018

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