Skip to content

Commit

Permalink
fix: don't try and format string template literals
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandepass committed Dec 28, 2023
1 parent 857619f commit 31248a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@ module.exports = {
'class-methods-use-this': 0,
'mobx/missing-make-observable': 0,
'wc/guard-super-call': 0,
indent: ['error', 2, { ignoredNodes: ['TemplateLiteral *'], SwitchCase: 1 }],
'function-paren-newline': 'off',
'lit/no-classfield-shadowing': 'off',
'no-undef': 'off',
},
};

0 comments on commit 31248a0

Please sign in to comment.