Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Jan 27, 2023
1 parent 1242188 commit 97ac3ec
Show file tree
Hide file tree
Showing 5 changed files with 7,755 additions and 12,000 deletions.
12 changes: 11 additions & 1 deletion .template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@

module.exports = {
plugins: ['@zestia/template-lint-config'],
extends: 'zestia:recommended'
extends: 'zestia:recommended',
// Temporarily disable linting pretty-ness of hbs in js files
// Issue: https://discord.com/channels/480462759797063690/666416704418611233/1052203658445598722
overrides: [
{
files: ['**/*.js'],
rules: {
prettier: false
}
}
]
};
2 changes: 1 addition & 1 deletion addon/components/modal-dialog.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{! template-lint-disable no-down-event-binding no-invalid-interactive }}
{{! template-lint-disable no-pointer-down-event-binding no-invalid-interactive }}
<div
class="modal-dialog"
data-showing="{{this.isShowing}}"
Expand Down
Loading

0 comments on commit 97ac3ec

Please sign in to comment.