File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -38,3 +38,4 @@ yarn-error.log*
3838* .pem
3939.idea
4040/lib
41+ * .tsbuildinfo
Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ You can see an example of generated documentation in the next section.
101101
102102💡 Manually fixable by [ editor suggestions] ( https://eslint.org/docs/latest/use/core-concepts#rule-suggestions ) .
103103
104- | Name | Description | 💡 |
105- | :------------------------------- | :--------------------- | :-- |
106- | [ my-rule] ( docs/rules/my-rule.md ) | An example ESLint rule | 💡 |
104+ | Name | Description | 💡 |
105+ | :------------------------------- | :--------------------- | :- |
106+ | [ my-rule] ( docs/rules/my-rule.md ) | An example ESLint rule | 💡 |
107107
108108<!-- end auto-generated rules list -->
109109
Original file line number Diff line number Diff line change 4040 "watch" : " tsc --watch" ,
4141 "tsup" : " tsup ./src/index.ts --outDir lib/" ,
4242 "tsup:watch" : " tsup ./src/index.ts --watch --outDir lib/" ,
43- "docs:init" : " eslint-doc-generator --init-rule-docs" ,
44- "docs:update" : " eslint-doc-generator" ,
43+ "docs:init" : " pnpm build && eslint-doc-generator --init-rule-docs" ,
44+ "docs:update" : " pnpm build && eslint-doc-generator" ,
4545 "test:jest" : " jest" ,
4646 "test" : " vitest"
4747 },
You can’t perform that action at this time.
0 commit comments