auth tests
This commit is contained in:
26
frontend/.stylelintrc.json
Normal file
26
frontend/.stylelintrc.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"declaration-property-value-no-unknown": true,
|
||||
"import-notation": null,
|
||||
"at-rule-no-unknown": [
|
||||
true,
|
||||
{
|
||||
"ignoreAtRules": [
|
||||
"theme",
|
||||
"apply",
|
||||
"tailwind",
|
||||
"config",
|
||||
"plugin",
|
||||
"source",
|
||||
"utility",
|
||||
"variant",
|
||||
"custom-variant",
|
||||
"reference"
|
||||
]
|
||||
}
|
||||
],
|
||||
"color-function-notation": null,
|
||||
"alpha-value-notation": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user