Monorepo with centralized build props, npm workspaces, LlamaSharp AI, SQLite/SQLCipher storage, Svelte frontend, and unified smoke tests. Co-Authored-By: Oz <oz-agent@warp.dev>
12 lines
171 B
JavaScript
12 lines
171 B
JavaScript
module.exports = {
|
|
plugins: ["prettier-plugin-svelte"],
|
|
overrides: [
|
|
{
|
|
files: "*.svelte",
|
|
options: {
|
|
parser: "svelte",
|
|
},
|
|
},
|
|
],
|
|
};
|