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
Use `.eslintrc.*` file to configure rules. See also: [https://eslint.org/docs/user-guide/configuring](https://eslint.org/docs/user-guide/configuring).
70
+
Use `.eslintrc.*` file to configure rules. See also: <https://eslint.org/docs/user-guide/configuring>.
65
71
66
72
Example **.eslintrc.js**:
67
73
@@ -176,7 +182,7 @@ module.exports = {
176
182
}
177
183
```
178
184
179
-
See also [https://github.com/ota-meshi/svelte-eslint-parser#readme](https://github.com/ota-meshi/svelte-eslint-parser#readme).
185
+
See also <https://github.com/ota-meshi/svelte-eslint-parser#readme>.
180
186
181
187
#### settings.svelte
182
188
@@ -242,6 +248,7 @@ Example **.vscode/settings.json**:
242
248
243
249
## :white_check_mark: Rules
244
250
251
+
<!-- prettier-ignore-start -->
245
252
<!--RULES_SECTION_START-->
246
253
247
254
:wrench: Indicates that the rule is fixable, and using `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the reported problems.
@@ -330,6 +337,7 @@ These rules relate to this plugin works:
0 commit comments