-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
To get things to work with VSCode I had to make the following changes:
Note that these are glimmer-js and glimmer-ts not gjs and gts.
// prettierrc.js
module.exports = {
plugins: ['prettier-plugin-ember-template-tag'],
overrides: [
{
files: '*.gjs',
options: {
parser: 'ember-template-tag',
},
},
{
files: '*.gts',
options: {
parser: 'ember-template-tag',
},
},
]
};andrewtimberlake and jbescoyezultish and jbescoyez
Metadata
Metadata
Assignees
Labels
No labels