Skip to content

Commit

Permalink
chore: remove useless scripts (ant-design#38622)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Nov 17, 2022
1 parent a8e4122 commit 7ec5ee2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 58 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ es/**/*
lib/**/*
locale
server
.dumi/tmp
node_modules
_site
dist
Expand Down
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ lib/
es/
dist/
_site/
server
.dumi/tmp
coverage/
CNAME
LICENSE
Expand All @@ -29,4 +31,3 @@ components/*/*.jsx
.eslintignore
.history
**/*.yml
components/style/color/*.less
8 changes: 3 additions & 5 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"customSyntax": "postcss-less",
"plugins": ["stylelint-declaration-block-no-ignored-properties"],
"rules": {
"function-name-case": ["lower", { "ignoreFunctions": ["/colorPalette/"] }],
"function-name-case": ["lower"],
"function-no-unknown": [
true,
{
Expand All @@ -23,8 +23,7 @@
"shade",
"lighten",
"percentage",
"-",
"~`colorPalette"
"-"
]
}
],
Expand All @@ -40,6 +39,5 @@
"selector-class-pattern": null,
"selector-id-pattern": null,
"selector-not-notation": null
},
"ignoreFiles": ["components/style/color/{bezierEasing,colorPalette,tinyColor}.less"]
}
}
13 changes: 0 additions & 13 deletions scripts/compact-vars.js

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/dark-vars.js

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/default-vars.js

This file was deleted.

0 comments on commit 7ec5ee2

Please sign in to comment.