You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/src\views\monitor\store.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.node.json
Version
Vben Admin V5
Description
想要请教一下我应该如何优雅地结合Git子模块来拆分apps中的项目
我目前的做法:
复制了ele项目提交到了一个新的仓库,并且使用 git submodule 关联了这个子项目;目前已经改造完毕,只是不清楚做法是否足够优雅;因为我是自己团队用,默认大仓是每个人都需要拉取的,只是apps中的项目不同的人有不同的权限去拉取;也就是说我目前改造完毕的子项目不能脱离大仓(我觉得这个做法没问题,因为毕竟是大仓项目,就是避免频繁发布npm包)
遇到的问题:
store.ts就是我新增的一个ts文件,提交代码时无法通过,后来通过修改
internal\lint-configs\eslint-config\src\configs\typescript.ts
文件; 删除parserOptions.project
并添加属性parserOptions.projectService:true
解决此问题(同样不知道这种方式是否优雅,跪请赐教)
over~~
Proposed Solution
跪请赐教
Alternatives Considered
No response
Additional Context
No response
Validations
The text was updated successfully, but these errors were encountered: