Skip to content

Commit acda8d8

Browse files
committed
config: add VS Code workspace, remove lintr
Adds a repository workspace file for VS Code to centralize editor settings and removes an outdated linter configuration file. Improves developer environment consistency and avoids committing project-specific linter rules that are no longer needed.
1 parent 14d54a8 commit acda8d8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.lintr

Lines changed: 0 additions & 8 deletions
This file was deleted.

noclocksai.code-workspace

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {}
8+
}

0 commit comments

Comments
 (0)