Skip to content

Commit

Permalink
enable visibility-annotation lint rule, phetsims/chipper#932
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom authored and zepumph committed Oct 22, 2024
1 parent 5493680 commit 3fb8493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = {
'single-line-import': 2,

// method declarations must have a visibility annotation
// 'visibility-annotation': 2,
'visibility-annotation': 2,

// key and value arguments to namespace.register() must match
'namespace-match': 2,
Expand Down

0 comments on commit 3fb8493

Please sign in to comment.