Skip to content

Commit

Permalink
enable author-annotation rule, phetsims/chipper#1414
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom authored and zepumph committed Oct 22, 2024
1 parent 4cce013 commit 7953fdd
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 @@ -1508,7 +1508,7 @@ module.exports = {
'tandem-name-should-match': 'error',

// Each source file should list at least one author
'author-annotation': 'off'
'author-annotation': 'error'
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
},
env: {
Expand Down

0 comments on commit 7953fdd

Please sign in to comment.