fix: fix table horizontal scroll and collapsed sidebar
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"javascript": {
|
||||
"globals": ["Liveblocks"]
|
||||
},
|
||||
|
||||
"linter": {
|
||||
"rules": {
|
||||
"nursery": {
|
||||
@@ -26,6 +27,12 @@
|
||||
"noSvgWithoutTitle": "off"
|
||||
},
|
||||
"complexity": {
|
||||
"noExcessiveCognitiveComplexity": {
|
||||
"level": "warn",
|
||||
"options": {
|
||||
"maxAllowedComplexity": 20
|
||||
}
|
||||
},
|
||||
"noBannedTypes": "off"
|
||||
},
|
||||
"correctness": {
|
||||
|
||||
Reference in New Issue
Block a user