Skip to content

Commit 8dfc270

Browse files
authored
chore: setback severity of RTL linting to warning
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 6257d21 commit 8dfc270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylelint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
'csstools/use-logical': [
2121
'always',
2222
{
23-
severity: 'error',
23+
severity: 'warning',
2424
// Only lint LTR-RTL properties for now
2525
except: [
2626
// Position properties

0 commit comments

Comments
 (0)