Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 451 Bytes

File metadata and controls

11 lines (6 loc) · 451 Bytes

Eventbrite ES6+ Coding Style Guide

ESLint rules and guidelines used by Eventbrite to provide consistency and prevent errors in JavaScript code written in ES6 (and later).

Table of Contents

  1. ES6 compatibility

ES6 compatibility

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