mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-04-30 04:41:43 +01:00
Added bun and js tooling for better automation
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
const config = {
|
||||
singleQuote: false,
|
||||
tabWidth: 4,
|
||||
trailingComma: "all",
|
||||
printWidth: 100,
|
||||
plugins: ["prettier-plugin-jinja-template"],
|
||||
overrides: [
|
||||
{
|
||||
files: ["*.html"],
|
||||
options: {
|
||||
parser: "jinja-template"
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user