sbmw
sbmw
### Describe the bug This is maybe a bit niche... When building a svelte package and an app in unison, it can be very useful to use `pnpm link` to...
My eslintrc.json: ``` { "env": { "browser": true, "es2021": true }, "extends": ["plugin:vue/vue3-recommended", "eslint:recommended", "@vue/typescript/recommended", "@vue/prettier", "@vue/prettier/@typescript-eslint"], "parser": "vue-eslint-parser", "parserOptions": { "ecmaVersion": 2021, "parser": "@typescript-eslint/parser" }, "plugins": ["vue", "@typescript-eslint", "prettier"],...