Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让我为每个应用程序有一个不同的组件选择器前缀,而 tslint 不会抛出一个合适的(即 App1 前缀“一”,App2 前缀“二”?你只能在组件选择器属性中列出一个前缀。我知道我可以一起从 tslint.json 中删除它,但希望有不同的方法。
tslint 有一个“-c”选项来指定“tslint.json”文件和一个“-p”选项来指定“tsconfig.json”。
在这两个选项之间,您应该能够定位文件夹并定位特定前缀。
有同样的问题,因为我在生成新的应用程序项目时忘记设置不同的前缀。
我在规则中定义的project.json地方prefix和.eslintrc.json地方改变了它。prefix当然,这仅在您使用 ESLint 时才适用,这是现在的默认设置。
project.json
prefix
.eslintrc.json