Skip to content

Commit

Permalink
Upgrade to ESLint 9 and flat config, see phetsims/chipper#1474
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 26, 2024
1 parent 5d48db4 commit 389370c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright 2024, University of Colorado Boulder

/**
* ESlint configuration for trig-tour.
*
* @author Sam Reid (PhET Interactive Simulations)
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

import parent from '../chipper/eslint/sim.eslint.config.mjs';

export default [
...parent
];

0 comments on commit 389370c

Please sign in to comment.