🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
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

5.0.0
latest
Source
npm
Version published
Maintainers
2
Created
Source

eslint-config-eventbrite

version downloads Maintenance Status

PRs Welcome 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, eslint-plugin-babel, eslint-plugin-import, and eslint-plugin-jest.

Install using npm:

npm install --save-dev eslint@^4.19.1 babel-eslint@^8.2.3 eslint-plugin-babel@^5.1.0 eslint-plugin-import@^2.11.0 eslint-plugin-jest@^21.15.1 eslint-config-eventbrite

...or using yarn:

yarn add --dev eslint@^4.19.1 babel-eslint@^8.2.3 eslint-plugin-babel@^5.1.0 eslint-plugin-import@^2.11.0 eslint-plugin-jest@^21.15.1 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

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

eslint

FAQs

Package last updated on 24 May 2018

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