Skip to content

Commit 8fb5dbc

Browse files
renovate[bot]github-actions[bot]
authored andcommitted
[MegaLinter] Apply linters automatic fixes
1 parent 3d99ecb commit 8fb5dbc

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"chat.modeFilesLocations": {
2+
"chat.modeFilesLocations": {
33
"chatmodes": true
44
},
55
"chat.promptFilesLocations": {
@@ -15,9 +15,7 @@
1515
"files.trimTrailingWhitespace": false,
1616
"editor.formatOnSave": true
1717
},
18-
"editor.rulers": [
19-
100
20-
],
18+
"editor.rulers": [100],
2119
// "files.associations": {
2220
// "*.chatmode.md": "markdown",
2321
// "*.instructions.md": "markdown",

renovate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
]
3+
"extends": ["config:recommended"]
64
}

0 commit comments

Comments
 (0)