无法在 .ts 文件中获取 VS Code Stylelint 扩展到 lint
Can't get VS Code Stylelint extension to lint in .ts files
我正在从头开始使用 TypeScript 和样式化组件建立一个 React 项目。我之前已经这样做过,在之前的项目中 VS Code Stylelint extension 效果很好。
但是,在我的新项目中,我无法让它在 .ts
或 .tsx
文件中工作。它在 .js
文件中仍然有效。我的设置与我之前的项目完全相同,所以我真的很困惑为什么它不起作用。
我已经在 VS Code Github 存储库中打开了 an issue,但它立即关闭了。扩展本身已经禁止打开任何问题的可能性。
一些截图来说明我的观点:
在 .js
文件中工作的 Stylelint
Stylelint 在 .ts
文件中不起作用
在另一个项目的 .ts
文件中工作的 Stylelint
如果您需要有关我的配置或任何东西的更多信息,请告诉我。非常感谢任何帮助
编辑: 看来作者删除了扩展..
EDIT: it looks like the author has deleted the extension..
stylelint VS Code extension is now maintained by the stylelint organisation. It is freely available from the Visual Studio Marketplace 和 VSCode 中的扩展侧边栏。
它 supports 的语言标识符:
- TypeScript (
typescript
)
- TypeScript 反应 (
typescriptreact
)
我正在从头开始使用 TypeScript 和样式化组件建立一个 React 项目。我之前已经这样做过,在之前的项目中 VS Code Stylelint extension 效果很好。
但是,在我的新项目中,我无法让它在 .ts
或 .tsx
文件中工作。它在 .js
文件中仍然有效。我的设置与我之前的项目完全相同,所以我真的很困惑为什么它不起作用。
我已经在 VS Code Github 存储库中打开了 an issue,但它立即关闭了。扩展本身已经禁止打开任何问题的可能性。
一些截图来说明我的观点:
在 .js
文件中工作的 Stylelint
Stylelint 在 .ts
文件中不起作用
在另一个项目的 .ts
文件中工作的 Stylelint
如果您需要有关我的配置或任何东西的更多信息,请告诉我。非常感谢任何帮助
编辑: 看来作者删除了扩展..
EDIT: it looks like the author has deleted the extension..
stylelint VS Code extension is now maintained by the stylelint organisation. It is freely available from the Visual Studio Marketplace 和 VSCode 中的扩展侧边栏。
它 supports 的语言标识符:
- TypeScript (
typescript
) - TypeScript 反应 (
typescriptreact
)