Skip to content

Commit da6964c

Browse files
author
farfromrefug
committed
chore: vscode settings
1 parent c567371 commit da6964c

File tree

3 files changed

+50
-4
lines changed

3 files changed

+50
-4
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ packages/**/angular
5757
packages/**/*.ngsummary.json
5858
packages/**/*.metadata.json
5959

60-
.vscode/settings.json
61-
6260
/blueprint.md
6361

6462
*.tsbuildinfo

.vscode/settings.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib"
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"svelte.plugin.svelte.compilerWarnings": {
4+
"missing-declaration": "ignore",
5+
"a11y-aria-attributes": "ignore",
6+
"a11y-incorrect-aria-attribute-type": "ignore",
7+
"a11y-unknown-aria-attribute": "ignore",
8+
"a11y-hidden": "ignore",
9+
"a11y-misplaced-role": "ignore",
10+
"a11y-unknown-role": "ignore",
11+
"a11y-no-abstract-role": "ignore",
12+
"a11y-no-redundant-roles": "ignore",
13+
"a11y-role-has-required-aria-props": "ignore",
14+
"a11y-accesskey": "ignore",
15+
"a11y-autofocus": "ignore",
16+
"a11y-misplaced-scope": "ignore",
17+
"a11y-positive-tabindex": "ignore",
18+
"a11y-invalid-attribute": "ignore",
19+
"a11y-missing-attribute": "ignore",
20+
"a11y-img-redundant-alt": "ignore",
21+
"a11y-label-has-associated-control": "ignore",
22+
"a11y-media-has-caption": "ignore",
23+
"a11y-distracting-elements": "ignore",
24+
"a11y-structure": "ignore",
25+
"a11y-mouse-events-have-key-events": "ignore",
26+
"a11y-missing-content": "ignore",
27+
"illegal-attribute-character": "ignore"
28+
},
29+
"scss.lint.validProperties": [
30+
"max-font-size",
31+
"min-font-size",
32+
"ios-a11y-adjusts-font-size",
33+
"status-bar-style",
34+
"navigation-bar-color",
35+
"status-bar-color",
36+
"ripple-color",
37+
"stroke-color",
38+
"fill-color",
39+
"on-check-color",
40+
"on-tint-color",
41+
"shape",
42+
"elevation",
43+
"horizontal-align",
44+
"horizontal-alignment",
45+
"vertical-text-alignment",
46+
"floating",
47+
"vertical-alignment",
48+
"placeholder-color",
49+
"variant"
50+
]
351
}

tools

0 commit comments

Comments
 (0)