mirror of https://github.com/lukechilds/node.git
Browse Source
Convert string concatenation to template literals. Enforce with lint rule. PR-URL: https://github.com/nodejs/node/pull/5778 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>v4.x
Rich Trott
9 years ago
committed by
Myles Borins
2 changed files with 11 additions and 8 deletions
@ -0,0 +1,3 @@ |
|||
# ECMAScript-6 |
|||
# http://eslint.org/docs/rules/#ecmascript-6 |
|||
prefer-template: 2 |
Loading…
Reference in new issue