Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63ebae4

Browse files
committed
fix: general settings
1 parent59572c4 commit63ebae4

File tree

3 files changed

+38
-33
lines changed

3 files changed

+38
-33
lines changed

‎.husky/.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

‎.vscode/launch.json‎

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

‎.vscode/settings.json‎

Lines changed: 37 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,41 @@
44
"less.validate":false,
55
"scss.validate":false,
66
"html.validate.styles":false,
7+
// Markdown
8+
"markdownlint.ignore": [
9+
"CHANGELOG.md"
10+
],
711
// ESLint
8-
"eslint.enable":true,
912
"eslint.alwaysShowStatus":true,
1013
"eslint.options": {
1114
"extensions": [
1215
".js",
1316
".vue"
1417
]
1518
},
19+
"editor.codeActionsOnSave": {
20+
"source.fixAll.eslint":true,
21+
"source.fixAll.stylelint":true
22+
},
1623
"stylelint.enable":true,
24+
"stylelint.snippet": [
25+
"css",
26+
"less",
27+
"postcss",
28+
"sass",
29+
"scss",
30+
"stylus"
31+
],
1732
// Vue
1833
"vetur.format.styleInitialIndent":true,
34+
"vetur.validation.template":false,
35+
"vetur.format.defaultFormatter.css":"prettier",
36+
"vetur.format.defaultFormatter.scss":"prettier",
1937
"vetur.format.defaultFormatter.js":"prettier-eslint",
2038
"vetur.format.defaultFormatter.ts":"prettier-tslint",
21-
"prettier.singleQuote":true,
22-
"prettier.tabWidth":4,
23-
"prettier.trailingComma":"all",
24-
"prettier.printWidth":120,
25-
"prettier.jsxSingleQuote":true,
39+
"vetur.format.options.tabSize":4,
40+
"prettier.vueIndentScriptAndStyle":true,
41+
"vetur.experimental.templateInterpolationService":true,
2642
// Colors
2743
"workbench.colorCustomizations": {
2844
"activityBar.background":"#65c89b",
@@ -41,22 +57,21 @@
4157
"activityBar.activeBackground":"#65c89b"
4258
},
4359
"peacock.color":"#42b883",
60+
// Dictionary
61+
"cSpell.language":"en,it",
62+
"cSpell.allowCompoundWords":true,
63+
"cSpell.ignorePaths": [
64+
".vscode",
65+
".git",
66+
".nuxt",
67+
"coverage",
68+
"dist",
69+
"ssr",
70+
"node_modules",
71+
"bower_components"
72+
],
4473
"cSpell.words": [
45-
"iaconelli",
46-
"lerps",
47-
"luxdamore",
48-
"otechie",
49-
"patreon",
50-
"paypal",
51-
"preload",
52-
"tympanus"
74+
"codrops"
5375
],
54-
"editor.codeActionsOnSave": {
55-
"source.fixAll.eslint":true
56-
},
57-
"cSpell.ignoreWords": [
58-
"dataset",
59-
"hljs",
60-
"posx"
61-
]
76+
"cSpell.ignoreWords": []
6277
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp