Skip to content

Commit

Permalink
Revert "Create annual as a versioned clone of perennial, see phetsims…
Browse files Browse the repository at this point in the history
…/chipper#1018"

This reverts commit 7e53da76
  • Loading branch information
samreid authored and zepumph committed Oct 22, 2024
1 parent 27980ff commit e84c407
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 deletions.
19 changes: 0 additions & 19 deletions eslint/chipper_eslintrc.js

This file was deleted.

30 changes: 0 additions & 30 deletions eslint/rules/bad-chipper-text.js

This file was deleted.

3 changes: 1 addition & 2 deletions eslint/rules/todo-should-have-issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ catch( e ) {
let directoriesToRequireIssues = [];
if ( buildJSON && buildJSON.common && buildJSON.common.phetLibs ) {

// Don't require issues in these repos:
directoriesToRequireIssues = buildJSON.common.phetLibs.filter( x => x !== 'scenery' && x !== 'dot' && x !== 'kite' && x !== 'annual' );
directoriesToRequireIssues = buildJSON.common.phetLibs.filter( x => x !== 'scenery' && x !== 'dot' && x !== 'kite' );

if ( buildJSON && buildJSON[ 'phet-io' ] && buildJSON[ 'phet-io' ].phetLibs ) {
directoriesToRequireIssues = directoriesToRequireIssues.concat( buildJSON[ 'phet-io' ].phetLibs );
Expand Down

0 comments on commit e84c407

Please sign in to comment.