1 Star 0 Fork 0

draymondgewade/sentry

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
stylelint.config.js 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*eslint-env node*/
module.exports = {
processors: ['stylelint-processor-styled-components'],
extends: [
'stylelint-config-recommended',
'stylelint-config-styled-components',
'stylelint-config-prettier',
],
rules: {
'declaration-colon-newline-after': null,
// This is formatting related
'declaration-bang-space-before': null,
// Doesn't work when we use values from theme
'unit-no-unknown': null,
'font-family-no-missing-generic-family-keyword': null,
// Does not seem useful
'no-descending-specificity': null,
'property-no-unknown': [true, {ignoreProperties: [/\$dummyValue/]}],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/draymondgewade/sentry.git
[email protected]:draymondgewade/sentry.git
draymondgewade
sentry
sentry
master

搜索帮助