Skip to content

Latest commit

 

History

History

eslint-config-eventbrite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 and babel-eslint.

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

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

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

{
    "extends": "eventbrite"
}

NOTE: This configuration extends eslint-config-eventbrite-legacy.

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.