Skip to content

Commit

Permalink
fix(config): temporarily disable template-curly
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Nov 2, 2020
1 parent 8099b64 commit bfd4307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = {
ignoredNodes: ['TemplateLiteral *'],
offsetTernaryExpressions: false,
}],
'template-curly-spacing': OFF,

// ES6 fixes
'no-unused-expressions': OFF,
Expand Down

0 comments on commit bfd4307

Please sign in to comment.