Tresjs / cientos

Collection of useful helpers and fully functional, ready-made abstractions for TresJS
https://cientos.tresjs.org/
MIT License
241 stars 34 forks source link

chore: guard against overzealous md/jsdoc linting #400

Closed andretchen0 closed 2 months ago

andretchen0 commented 2 months ago

Problem

The new linter rules remove markdown formatting in some circumstances. #398

Solution

For the affected text, change:

/**
 * * list item 1
 * * list item 2
 **/

to:

/**
 * - list item 1
 * - list item 2
 **/
stackblitz[bot] commented 2 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.