Peter Stenger

Results 137 issues of Peter Stenger

### Clear and concise description of the problem - For those who are moving from prettier, they might prefer a gradual migration to avoid any formatting differences initially. The base...

enhancement
accepted
pr welcome

### Clear and concise description of the problem I want to disallow this syntax: ```html ``` As this element is not a void tag in HTML. ### Suggested solution This...

enhancement
accepted

**Is your feature request related to a problem? Please describe.** I have code like this: ``` ``` And I know that the valid set of attributes for `element` is [`bar`,...

enhancement

This PR adds: - Output path templating for the markdown output files (Closes #728 ) - Output path templating for graphviz output files (Closes #728 ) - Support for an...

Currently, there is no good way to distinguish the full table name from the schema for certain database types. The table name is reported as `schema.table_name`. I would propose a...

enhancement
wontfix

For our project, we do not want to generate an `index.md` file. There should be a way to specify that you do not want to generate descriptions of certain table...

enhancement

- It would be nice to support laying out the generated markdown files in a different structure than the default. Currently, you cannot customize: - The file names (e.g. I...

enhancement

### What happened The `Description` header is present in the default Markdown template, even if there is no description content ### Expected behavior This header is only present if there...

bug
pull request wanted

- Our project has a large number of enums, and would like to hyperlink to these enums in the schema themselves, as individual files. This would allow for: 1. A...

enhancement

### Description This rule was introduced: https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1024, and our codebase uses the style: `>= 0` and `< 0` rather than `!== -1` or `=== -1`. Why this is preferred should...

help wanted
good for beginner
docs