This repository was archived by the owner on Mar 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Now that we're done implementing all of ES6 the next major thing we'll be workin
88
99### New Rules:
1010
11- ## [ ` disallowIdenticalDestructuringNames ` ] ( http://jscs.info/rule/disallowIdenticalDestructuringNames ) (ES6) (Henry Zhu)
11+ #### [ ` disallowIdenticalDestructuringNames ` ] ( http://jscs.info/rule/disallowIdenticalDestructuringNames ) (ES6) (Henry Zhu)
1212
1313``` js
1414// Valid for "disallowIdenticalDestructuringNames": true
@@ -22,7 +22,7 @@ let { [key]: key } = obj; // computed property
2222var {left: left, top: top} = obj;
2323```
2424
25- ## [ ` disallowNestedTernaries ` ] ( http://jscs.info/rule/disallowNestedTernaries ) (Brian Dixon)
25+ #### [ ` disallowNestedTernaries ` ] ( http://jscs.info/rule/disallowNestedTernaries ) (Brian Dixon)
2626
2727``` js
2828// Valid for "disallowNestedTernaries": "true"
@@ -43,7 +43,7 @@ var foo = (a === b)
4343```
4444
4545
46- ## [ ` requireSpaceAfterComma ` ] ( http://jscs.info/rule/requireSpaceAfterComma ) (Brian Dixon)
46+ #### [ ` requireSpaceAfterComma ` ] ( http://jscs.info/rule/requireSpaceAfterComma ) (Brian Dixon)
4747
4848> To match [ requireSpaceBeforeComma] ( http://jscs.info/rule/requireSpaceBeforeComma )
4949
@@ -83,7 +83,7 @@ Again, a big thanks to everything using JSCS! Definitely continue to report any
8383 * Misc: Update CHANGELOG.md (Craig Klementowski)
8484 * Misc: Use Chai (Marat Dulin)
8585
86- ## [ Version 2.2.1] ( https://github.com/jscs-dev/node-jscs/compare/v2.2.0...v2.2.1 ) (09-29-2015):
86+ ## [ Version 2.2.1] ( https://github.com/jscs-dev/node-jscs/compare/v2.2.0...v2.2.1 ) (09-29-2015):
8787
8888### Bug Fix:
8989
You can’t perform that action at this time.
0 commit comments