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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ Add scripts to `package.json` (both a lint script to ensure everything is up-to-
45
45
Delete any old rules list from your `README.md`. A new one will be automatically added to your `## Rules` section (along with the following marker comments if they don't already exist):
46
46
47
47
```md
48
-
<!-- begin rules list -->
49
-
<!-- end rules list -->
48
+
<!-- begin auto-generated rules list -->
49
+
<!-- end auto-generated rules list -->
50
50
```
51
51
52
52
Delete any old recommended/fixable/etc. notices from your rule docs. A new title and notices will be automatically added to the top of each rule doc (along with a marker comment if it doesn't exist yet).
@@ -86,7 +86,7 @@ Generated content in a rule doc (everything above the marker comment) (intention
86
86
87
87
❌ This rule is deprecated. It was replaced by [prefer-bar](prefer-bar.md).
88
88
89
-
<!-- end rule header -->
89
+
<!-- end auto-generated rule header -->
90
90
91
91
Description.
92
92
@@ -104,7 +104,7 @@ Generated rules table in `README.md` (everything between the marker comments) (i
104
104
105
105
## Rules
106
106
107
-
<!-- begin rules list -->
107
+
<!-- begin auto-generated rules list -->
108
108
109
109
💼 Configurations enabled in.\
110
110
✅ Enabled in the `recommended` configuration.\
@@ -124,7 +124,7 @@ Generated rules table in `README.md` (everything between the marker comments) (i
124
124
| [prefer-bar](docs/rules/prefer-bar.md) | enforce using bar | ✅ 🎨 | | 💡 | 💭 | 📖 | |
0 commit comments