prettier/stylelint-config-prettier-scss

DeprecationWarning: The CommonJS Node.js API is deprecated.

開放

#12 建立於 2024年9月10日

 (3 則留言) (0 個反應) (0 位負責人)JavaScript (4 個分叉)auto 404
buggood first issuehelp wanted

倉庫指標

星標
 (25 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

package.json

{
"scripts": {
    "stylelint-scss-check": "stylelint-config-prettier-scss-check",
 }
}

run : npm run stylelint-scss-check

(node:5692) [stylelint:002] DeprecationWarning: The CommonJS Node.js API is deprecated.
See https://stylelint.io/migration-guide/to-16
(Use `node --trace-deprecation ...` to show where the warning was created)

my stylelint version: "stylelint": "^16.9.0",

I think stylelint-config-prettier did not take into account some special situations, such as when I use stylelint-config-twbs-bootstrap, it still needs to handle conflicts

This bag is very necessary to exist, thank you very much for your work

However, there will still be some conflicting issues that need to be resolved, and I will continue to report later

貢獻者指南