upgraded console to ember 5.4.1

This commit is contained in:
Ronald A. Richardson
2023-12-07 11:48:55 +08:00
parent 0a3ad2f0a6
commit c5574a25ae
16 changed files with 191 additions and 210 deletions

View File

@@ -8,7 +8,7 @@ module.exports = {
printWidth: 190,
overrides: [
{
files: '*.hbs',
files: '*.{hbs,js,ts}',
options: {
singleQuote: false,
},