Replace CSS Lint with Stylelint
未關閉
effort/medium
feature-request
p1
- 主要語言
- JavaScript
- 星號
- 27.1k
- 分支
- 5.3k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
### Describe the feature
CSS Lint appears to be dead/ abandoned and doesn't support newer CSS syntax.
I suggest replacing it with [stylelint](https://stylelint.io/).
### Use Case
E.g. code like this is flagged incorrectly with errors
```
:root {
--menu-expanded: 200px;
--menu-collapsed: 50px;
}
```
### Proposed Solution
Replace CSS lint with Stylelint
### Other Information
_No response_
### Acknowledgements
- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change
### ACE version used
1.11.2
貢獻指南
評估
這個 Issue 還沒有評估資料。