1 Star 0 Fork 0

MoisAbby / ant-design

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.depslintrc.js 486 Bytes
Copy Edit Raw Blame History
module.exports = {
ignore: [
'**/~*/**',
'**/_*/**',
'**/icon/**',
'**/__tests__/**',
'**/style/**',
'**/locale/**',
'**/*-provider/**',
'**/*.json',
],
modulePattern: [
{
pattern: /ConfigContext.*renderEmpty/ms,
module: '../empty',
},
{
pattern: /ConfigConsumer.*renderEmpty/ms,
module: '../empty',
},
{
pattern: /config-provider\/context.*renderEmpty/ms,
module: '../empty',
},
],
};
1
https://gitee.com/MoisAbby/ant-design.git
git@gitee.com:MoisAbby/ant-design.git
MoisAbby
ant-design
ant-design
master

Search