Skip to content

Commit 1c4c028

Browse files
committed
Downgrade stylelint, update lockfile & VSCode
Bump stylelint in package.json down from ^17.1.0 to ^16.18.0 and regenerate package-lock.json to match. Also tweak editor preferences in .vscode/settings.json: set editor.hover.enabled to "on" and editor.minimap.autohide to "mouseover".
1 parent 4f6b497 commit 1c4c028

3 files changed

Lines changed: 158 additions & 234 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"editor.hideCursorInOverviewRuler": false,
133133
"editor.hover.above": true,
134134
"editor.hover.delay": 300,
135-
"editor.hover.enabled": true,
135+
"editor.hover.enabled": "on",
136136
"editor.hover.hidingDelay": 300,
137137
"editor.hover.sticky": true,
138138
"editor.indentSize": "tabSize",
@@ -309,7 +309,7 @@
309309
// Minimap
310310
// ========================================================================
311311

312-
"editor.minimap.autohide": true,
312+
"editor.minimap.autohide": "mouseover",
313313
"editor.minimap.enabled": true,
314314
"editor.minimap.maxColumn": 120,
315315
"editor.minimap.renderCharacters": true,

0 commit comments

Comments
 (0)