Skip to content

Commit

Permalink
fix eslint/ dir now that it lives in perennial (move phet-types), phe…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent d65fedb commit ba275ee
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion js/eslint/rules/bad-chipper-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
const forbiddenTextObjects = [

// chipper should use perennial-alias instead of perennial, so that it can check out specific versions
// eslint-disable-next-line phet/bad-chipper-text
'../perennial/js/'
];

Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion phet-types.d.ts → js/phet-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/

// Can't externally reference
// eslint-disable-next-line @typescript-eslint/no-explicit-any
type IntentionalAny = any;

declare var assert: undefined | ( ( x: IntentionalAny, ...messages?: IntentionalAny[] ) => void );
Expand Down
4 changes: 2 additions & 2 deletions tsconfig/shared/tsconfig-browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{
"extends": "./tsconfig-core.json",
"files": [
"../../phet-types.d.ts",
"../../phet-types-module.d.ts",
"../../js/phet-types.d.ts",
"../../js/phet-types-module.d.ts",
"../../node_modules/@types/jquery/index.d.ts",
"../../node_modules/@types/lodash/index.d.ts",
"../../node_modules/@types/p2/index.d.ts",
Expand Down

0 comments on commit ba275ee

Please sign in to comment.