mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 22:38:16 -05:00
Update ECMAScript 6 heading to match TOC
I plan to add some information to this section that applies to ES6 and everything following ES6. Since we already list this as ES6+ in the table of contents, I figured it would be a good idea to make this match. I preserved the anchor to avoid breaking links for folks.
This commit is contained in:
@@ -41,7 +41,7 @@ Other Style Guides
|
||||
1. [Events](#events)
|
||||
1. [jQuery](#jquery)
|
||||
1. [ECMAScript 5 Compatibility](#ecmascript-5-compatibility)
|
||||
1. [ECMAScript 6+ (ES 2015+) Styles](#ecmascript-6-styles)
|
||||
1. [ECMAScript 6+ (ES 2015+) Styles](#ecmascript-6-es-2015-styles)
|
||||
1. [Testing](#testing)
|
||||
1. [Performance](#performance)
|
||||
1. [Resources](#resources)
|
||||
@@ -2752,7 +2752,8 @@ Other Style Guides
|
||||
|
||||
**[⬆ back to top](#table-of-contents)**
|
||||
|
||||
## ECMAScript 6 Styles
|
||||
<a name="ecmascript-6-styles"></a>
|
||||
## ECMAScript 6+ (ES 2015+) Styles
|
||||
|
||||
<a name="es6-styles"></a><a name="27.1"></a>
|
||||
- [27.1](#es6-styles) This is a collection of links to the various ES6 features.
|
||||
|
||||
Reference in New Issue
Block a user