diff --git a/eslint.config.mjs b/eslint.config.mjs index 9469a38..79f4e71 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -35,7 +35,11 @@ export default tseslint.config( parser: tseslint.parser, parserOptions: { projectService: { - allowDefaultProject: ["*.mjs", "src/d3Sankey/*.js"], + allowDefaultProject: [ + "*.mjs", + "src/d3Sankey/*.js", + "src/uplot/*.js", + ], defaultProject: "tsconfig.json", }, tsconfigRootDir: import.meta.dirname, @@ -106,5 +110,5 @@ export default tseslint.config( "@typescript-eslint/no-useless-constructor": "warn", "react/prop-types": "off", }, - }, + } ); diff --git a/index.html b/index.html index ba18997..dc8b5f6 100644 --- a/index.html +++ b/index.html @@ -1,30 +1,19 @@ -
- - - - - -