1 Star 0 Fork 13

aoy/Material-UI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.stylelintrc.js 757 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
processors: ['stylelint-processor-styled-components'],
extends: 'stylelint-config-standard',
ignoreFiles: [
// TypeScript declaration files contain no styles.
// Stylelint is also reporting parseError on `docs/types/react-docgen.d.ts`.
'**/*.d.ts',
],
rules: {
'value-no-vendor-prefix': true,
'property-no-vendor-prefix': true,
'no-empty-source': null,
'no-missing-end-of-source-newline': null,
'declaration-colon-newline-after': null,
'value-keyword-case': null,
'value-list-comma-newline-after': null, // not compatible with prettier
'function-parentheses-newline-inside': null, // not compatible with prettier
'string-no-newline': null, // not compatible with prettier
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aoy007/Material-UI.git
git@gitee.com:aoy007/Material-UI.git
aoy007
Material-UI
Material-UI
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385