Skip to content

Commit

Permalink
Add broken rules to template-eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
hashishaw committed Apr 10, 2024
1 parent 2b3e947 commit 9a73400
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/.template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ module.exports = {
},
'require-input-label': 'off',
'no-array-prototype-extensions': 'off',
// from bump to [email protected]
'no-builtin-form-components': 'off',
'no-at-ember-render-modifiers': 'off',
'no-unnecessary-curly-strings': 'off',
'no-unnecessary-curly-parens': 'off',
},
overrides: [
{
Expand Down

0 comments on commit 9a73400

Please sign in to comment.