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

eslint-config-eventbrite-react

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-eventbrite-react

Eventbrites's ESLint config that lints React & JSX, adhering to the Eventbrite JavaScript Coding Style Guide

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
601
decreased by-50.49%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-eventbrite-react

version downloads Maintenance Status license

Eventbrite's ESLint config that lints React & JSX, adhering to the Eventbrite JavaScript Coding Style Guide.

Usage

This ESLint configuration requires eslint, eslint-plugin-react, eslint-plugin-jsx-a11y and babel-eslint.

Install eslint, eslint-plugin-react, eslint-plugin-jsx-a11y, babel-eslint & eslint-config-eventbrite-react dependencies:

npm install --save-dev eslint eslint-plugin-react eslint-plugin-jsx-a11y babel-eslint eslint-config-eventbrite-react

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

{
    "extends": "eventbrite-react"
}

NOTE: This configuration extends eslint-config-eventbrite and plugin:react/recommended'.

Contributing

Thank you for your willingness to contribute! 😀

Although eslint-config-eventbrite-react is a public package, its primary purpose is for linting Eventbrite's React 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 12 Jul 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