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.
有没有办法以编程方式访问所有现有的 stylelint 规则?例如我可以解析的一些 json 或者我可以调用的方法?
例如创建文档文件的方法,如果它们是自动生成的?
有没有办法以编程方式访问所有现有的 stylelint 规则?
是的,所有内置规则函数都可作为 API 的一部分在stylelint.rules.
stylelint.rules
文档中的规则列表不会自动生成。它是手动编辑的。