Skip to content

Commit

Permalink
Add *.js suffix in relative require statements, remove unnecessary es…
Browse files Browse the repository at this point in the history
…lint-disable directives, rename require variables, see phetsims/chipper#1498
  • Loading branch information
samreid committed Oct 28, 2024
1 parent adcbe81 commit 442fbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021-2024, University of Colorado Boulder

const Gruntfile = require( '../chipper/Gruntfile' );
const registerTasks = require( '../perennial-alias/js/grunt/util/registerTasks' );
const Gruntfile = require( '../chipper/Gruntfile.js' );
const registerTasks = require( '../perennial-alias/js/grunt/util/registerTasks.js' );

/**
* Dot grunt tasks
Expand Down

0 comments on commit 442fbe6

Please sign in to comment.