Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Dec 15, 2023
1 parent e633589 commit 1a4e093
Show file tree
Hide file tree
Showing 6 changed files with 403 additions and 1,163 deletions.
12 changes: 1 addition & 11 deletions .template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,5 @@

module.exports = {
plugins: ['@zestia/template-lint-config'],
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
}
}
]
extends: 'zestia:recommended'
};
Loading

0 comments on commit 1a4e093

Please sign in to comment.