11{
2- "files.exclude" : {
3- "schema" : true
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"
428 },
5- "search.exclude" : {
6- "src/**/*.js" : true ,
7- "src/**/*.js.map" : true
8- },
9- "java.configuration.updateBuildConfiguration" : " disabled" ,
10- "editor.snippetSuggestions" : " top" ,
11- "NE.enable.snippets" : true ,
12- "xml.fileAssociations" : [
13- {
14- "systemId" : " /Volumes/data/dev/nativescript/nativescript-carto/schema/tns.xsd" ,
15- "pattern" : " **/**/*.xml"
16- }
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"
1750 ]
1851}
0 commit comments