Skip to content

Commit

Permalink
Annotate simOptions with type, see phetsims/joist#795
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and zepumph committed Oct 22, 2024
1 parent 9009249 commit 01a3ab4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint/rules/bad-typescript-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ module.exports = function( context ) {

// Typescript handles this for us, please refrain from providing visibility annotations via jsdoc (unless you have
// to, disabling this rule).
'@public'
'@public',

'const simOptions = {'
// '@private',
// //
// {
Expand Down

0 comments on commit 01a3ab4

Please sign in to comment.