Skip to content

Commit

Permalink
Add documentation, see phetsims/projectile-data-lab#7
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and zepumph committed Oct 22, 2024
1 parent 999d8df commit 68eed18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint/rules/author-annotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ module.exports = {
return;
}

if ( path.toString().endsWith( 'Gruntfile.js' ) ) {
// get the filename for the path
if ( filename.endsWith( 'Gruntfile.js' ) ) {
// Skip linting for Gruntfile.js
return;
}
Expand Down

0 comments on commit 68eed18

Please sign in to comment.