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
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -285,22 +285,22 @@ These rules relate to style guidelines, and are therefore quite subjective:
285
285
|[@ota-meshi/svelte/shorthand-attribute](https://ota-meshi.github.io/eslint-plugin-svelte/rules/shorthand-attribute.html)| enforce use of shorthand syntax in attribute |:wrench:|
286
286
|[@ota-meshi/svelte/spaced-html-comment](https://ota-meshi.github.io/eslint-plugin-svelte/rules/spaced-html-comment.html)| enforce consistent spacing after the `<!--` and before the `-->` in a HTML comment |:wrench:|
287
287
288
-
## System
288
+
## Extension Rules
289
289
290
-
These rules relate to this plugin works:
290
+
These rules extend the rules provided by ESLint itself to work well in Svelte:
291
291
292
292
| Rule ID | Description ||
293
293
|:--------|:------------|:---|
294
-
|[@ota-meshi/svelte/comment-directive](https://ota-meshi.github.io/eslint-plugin-svelte/rules/comment-directive.html)| support comment-directives in HTML template |:star:|
295
-
|[@ota-meshi/svelte/system](https://ota-meshi.github.io/eslint-plugin-svelte/rules/system.html)| system rule for working this plugin |:star:|
294
+
|[@ota-meshi/svelte/no-inner-declarations](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-inner-declarations.html)| disallow variable or `function` declarations in nested blocks |:star:|
296
295
297
-
## Extension Rules
296
+
## System
298
297
299
-
These rules extend the rules provided by ESLint itself to work well in Svelte:
298
+
These rules relate to this plugin works:
300
299
301
300
| Rule ID | Description ||
302
301
|:--------|:------------|:---|
303
-
|[@ota-meshi/svelte/no-inner-declarations](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-inner-declarations.html)| disallow variable or `function` declarations in nested blocks |:star:|
302
+
|[@ota-meshi/svelte/comment-directive](https://ota-meshi.github.io/eslint-plugin-svelte/rules/comment-directive.html)| support comment-directives in HTML template |:star:|
303
+
|[@ota-meshi/svelte/system](https://ota-meshi.github.io/eslint-plugin-svelte/rules/system.html)| system rule for working this plugin |:star:|
Copy file name to clipboardExpand all lines: docs/rules/README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -53,19 +53,19 @@ These rules relate to style guidelines, and are therefore quite subjective:
53
53
|[@ota-meshi/svelte/shorthand-attribute](./shorthand-attribute.md)| enforce use of shorthand syntax in attribute |:wrench:|
54
54
|[@ota-meshi/svelte/spaced-html-comment](./spaced-html-comment.md)| enforce consistent spacing after the `<!--` and before the `-->` in a HTML comment |:wrench:|
55
55
56
-
## System
56
+
## Extension Rules
57
57
58
-
These rules relate to this plugin works:
58
+
These rules extend the rules provided by ESLint itself to work well in Svelte:
59
59
60
60
| Rule ID | Description ||
61
61
|:--------|:------------|:---|
62
-
|[@ota-meshi/svelte/comment-directive](./comment-directive.md)| support comment-directives in HTML template |:star:|
63
-
|[@ota-meshi/svelte/system](./system.md)| system rule for working this plugin |:star:|
62
+
|[@ota-meshi/svelte/no-inner-declarations](./no-inner-declarations.md)| disallow variable or `function` declarations in nested blocks |:star:|
64
63
65
-
## Extension Rules
64
+
## System
66
65
67
-
These rules extend the rules provided by ESLint itself to work well in Svelte:
66
+
These rules relate to this plugin works:
68
67
69
68
| Rule ID | Description ||
70
69
|:--------|:------------|:---|
71
-
|[@ota-meshi/svelte/no-inner-declarations](./no-inner-declarations.md)| disallow variable or `function` declarations in nested blocks |:star:|
70
+
|[@ota-meshi/svelte/comment-directive](./comment-directive.md)| support comment-directives in HTML template |:star:|
71
+
|[@ota-meshi/svelte/system](./system.md)| system rule for working this plugin |:star:|
0 commit comments