You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -117,15 +117,15 @@ Example **.vscode/settings.json**:
117
117
118
118
```json
119
119
{
120
-
"eslint.validate": [
121
-
"javascript",
122
-
"javascriptreact",
123
-
"json",
124
-
"jsonc",
125
-
"json5",
126
-
"yaml",
127
-
"toml"
128
-
]
120
+
"eslint.validate": [
121
+
"javascript",
122
+
"javascriptreact",
123
+
"json",
124
+
"jsonc",
125
+
"json5",
126
+
"yaml",
127
+
"toml"
128
+
]
129
129
}
130
130
```
131
131
@@ -137,6 +137,7 @@ Example **.vscode/settings.json**:
137
137
<!--RULES_SECTION_START-->
138
138
139
139
<!-- The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) automatically fixes problems reported by rules which have a wrench :wrench: below. -->
140
+
140
141
The rules with the following star :star: are included in the configs.
141
142
142
143
<!--RULES_TABLE_START-->
@@ -169,10 +170,10 @@ module.exports = {
169
170
http: {
170
171
getModulePath:"",
171
172
requestOptions: {},
172
-
}
173
-
}
174
-
}
175
-
}
173
+
},
174
+
},
175
+
},
176
+
};
176
177
```
177
178
178
179
-`http` ... Settings to resolve schema URLs.
@@ -186,22 +187,22 @@ Example of using the `request` module for HTTP requests.
0 commit comments