chore: adds stylelint

This commit is contained in:
Towfiq
2022-12-06 13:08:27 +06:00
parent 02a2d5fec2
commit 1e8b4b6bf6
3 changed files with 1121 additions and 18 deletions

22
.stylelintrc.json Normal file
View File

@@ -0,0 +1,22 @@
{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 3,
"declaration-block-single-line-max-declarations": 2,
"selector-class-pattern":null,
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"tailwind",
"apply",
"variants",
"responsive",
"screen"
]
}
],
"declaration-block-trailing-semicolon": null,
"no-descending-specificity": null
}
}

1116
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -67,6 +67,7 @@
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.55.0",
"standard-version": "^9.5.0",
"stylelint-config-standard": "^29.0.0",
"tailwindcss": "^3.1.8",
"typescript": "4.8.4"
}