Skip to content

Commit 3f77517

Browse files
update(other): 🧩 update and move config files into config directory
update and move config files into config directory
1 parent da01b8e commit 3f77517

21 files changed

+392
-306
lines changed

.commitlintrc

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

.czrc

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

.eslintrc

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

.lintstagedrc

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

.prettierrc

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

.vscode/extensions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// {
2-
// "unwantedRecommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
3-
// }
1+
{
2+
"recommendations": ["TabNine.tabnine-vscode", "ionutvmi.path-autocomplete"]
3+
}

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
"path-autocomplete.extensionOnImport": true,
55
"path-autocomplete.includeExtension": true,
6+
"path-autocomplete.disableUpOneFolder": false,
7+
"path-autocomplete.enableFolderTrailingSlash": false,
68
"path-autocomplete.excludedItems": {
79
"**": { "when": "**/*.{js,ts,jsx,tsx}", "isDir": true }
810
},
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)