Replace CSS Lint with Stylelint
Đang mở
effort/medium
feature-request
p1
- Ngôn ngữ chính
- JavaScript
- Star
- 27.1k
- Fork
- 5.3k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### 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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.