mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Remove poorly working Prettier Jinja plugin
This commit is contained in:
@@ -15,15 +15,7 @@ const config = {
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
organizeImportsSkipDestructiveCodeActions: true,
|
||||
plugins: ['prettier-plugin-organize-imports', 'prettier-plugin-jinja-template'],
|
||||
overrides: [
|
||||
{
|
||||
files: ['*.njk'],
|
||||
options: {
|
||||
parser: 'jinja-template',
|
||||
},
|
||||
},
|
||||
],
|
||||
plugins: ['prettier-plugin-organize-imports'],
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user