Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit dce70c0

Browse files
Upgrade ESLint to 3.15
1 parent 32d2cd2 commit dce70c0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

coding-styles/fixable.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,11 @@ module.exports = {
324324
// This rule aims to maintain consistency around the spacing inside of template literals.
325325
'template-curly-spacing': 1,
326326

327+
// Require or disallow spacing between template tags and their literals
328+
// This rule aims to maintain consistency around the spacing between template tag functions and
329+
// their template literals.
330+
'template-tag-spacing': [1, 'always'],
331+
327332
// Require IIFEs to be Wrapped
328333
'wrap-iife': [1, 'inside'],
329334

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"eslint-plugin-react": "^6.9.0"
1313
},
1414
"devDependencies": {
15-
"eslint": "^3.14.0"
15+
"eslint": "^3.15.0"
1616
},
1717
"engines": {},
1818
"homepage": "https://github.com/strvcom/eslint-config-javascript",
@@ -23,7 +23,7 @@
2323
"license": "BSD-3-Clause",
2424
"main": "default",
2525
"peerDependencies": {
26-
"eslint": "^3.14.0"
26+
"eslint": "^3.15.0"
2727
},
2828
"repository": {
2929
"type": "git",

0 commit comments

Comments
 (0)