chore(stylelint-config): add stylelint-config-prettier

This commit is contained in:
chenjiahan
2020-04-02 16:00:35 +08:00
parent d48cd73adb
commit f1887a2890
9 changed files with 47 additions and 32 deletions
+7 -7
View File
@@ -14,6 +14,13 @@ a {
text-decoration: none;
}
input,
button,
textarea {
color: inherit;
font: inherit;
}
a,
input,
button,
@@ -30,10 +37,3 @@ ul {
padding: 0;
list-style: none;
}
input,
button,
textarea {
color: inherit;
font: inherit;
}