Skip to content

Latest commit

 

History

History

es5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Eventbrite Legacy ES5 Coding Style Guide

ESLint rules and guidelines used by Eventbrite to provide consistency and prevent errors in legacy JavaScript code written in ES5.

Table of Contents

  1. ES5 compatibility

ES5 compatibility

For browser, server, and compiler ES6 support, check out kangax's ES5 compatibility table.