Skip to content

Commit baeba7f

Browse files
committed
config(vscode): sonarlint
Signed-off-by: Adam Setch <[email protected]>
1 parent 5943dab commit baeba7f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.vscode/extensions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"recommendations": ["biomejs.biome", "bradlc.vscode-tailwindcss"]
2+
"recommendations": [
3+
"biomejs.biome",
4+
"bradlc.vscode-tailwindcss",
5+
"SonarSource.sonarlint-vscode"
6+
]
37
}

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@
1212
"tailwindCSS.experimental.classRegex": [
1313
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
1414
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
15-
]
15+
],
16+
"sonarlint.connectedMode.project": {
17+
"connectionId": "gitify-app",
18+
"projectKey": "gitify-app_gitify"
19+
}
1620
}

0 commit comments

Comments
 (0)