File tree Expand file tree Collapse file tree 5 files changed +23
-1
lines changed Expand file tree Collapse file tree 5 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ {}
Original file line number Diff line number Diff line change 19
19
"source.fixAll.eslint" : " explicit" ,
20
20
"source.fixAll.stylelint" : " explicit"
21
21
},
22
+ "[javascript]" : {
23
+ "editor.formatOnSave" : true
24
+ },
25
+ "[typescript]" : {
26
+ "editor.formatOnSave" : true
27
+ },
28
+ "[markdown]" : {
29
+ "editor.formatOnSave" : true
30
+ },
31
+ "[css]" : {
32
+ "editor.formatOnSave" : true
33
+ },
34
+ "[scss]" : {
35
+ "editor.formatOnSave" : true
36
+ },
37
+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
22
38
"stylelint.validate" : [
23
39
" css" ,
24
40
" html" ,
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ export default async (): Promise<UserConfig<DefaultTheme.Config>> => {
83
83
84
84
lastUpdated : true ,
85
85
themeConfig : {
86
+ siteTitle : "eslint-plugin-\njson-schema-validator" ,
86
87
search : {
87
88
provider : "local" ,
88
89
options : {
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ module.exports = {
6
6
"value-keyword-case" : null ,
7
7
8
8
// Conflict with Prettier
9
- indentation : null ,
9
+ // indentation: null,
10
10
} ,
11
11
} ;
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ a > img {
2
2
display : inline-block;
3
3
}
4
4
5
+ a .title {
6
+ white-space : pre-wrap;
7
+ }
8
+
5
9
/* Playground */
6
10
.playground .VPDoc .has-aside .content-container ,
7
11
.playground .VPDoc : not (.has-sidebar ) .content ,
You can’t perform that action at this time.
0 commit comments