diff --git a/.unimportedrc.json b/.unimportedrc.json index 941f62eb..8d699389 100644 --- a/.unimportedrc.json +++ b/.unimportedrc.json @@ -2,29 +2,17 @@ "entry": ["./src/index.tsx"], "ignorePatterns": ["**/node_modules/**", "build/**", "**/parked/**"], "ignoreUnimported": ["**/*.d.ts", "**/*.test.*"], - "ignoreUnresolved": [ - "#assets/content/operational_timeline_title.svg?react", - "#assets/content/operational_timeline_body.svg?react" - ], "ignoreUnused": [ - "@tinymce/tinymce-react", - "@mapbox/mapbox-gl-draw", "@apollo/client", "@graphql-codegen/introspection", "@graphql-codegen/typescript-operations", "@togglecorp/re-map", - "@turf/bbox", - "@turf/buffer", "graphql-request", "sanitize-html", "@sentry/react" ], "extensions": [".ts", ".js", ".tsx", ".jsx"], "aliases": { - "#assets/*": ["./src/assets/*"], - "#components/*": ["./src/components/*"], - "#config": ["./src/config"], - "#strings/*": ["./src/strings/*"], "#utils/*": ["./src/utils/*"], "#views/*": ["./src/views/*"] } diff --git a/eslint.config.js b/eslint.config.js index 891f8a8a..67c54cda 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -120,7 +120,6 @@ const appConfigs = compat.config({ }).map((conf) => ({ ...conf, files: ['src/**/*.tsx', 'src/**/*.jsx', 'src/**/*.ts', 'src/**/*.js'], - ignores: ['src/generated/types.ts'], })); const otherConfig = { diff --git a/index.html b/index.html index 3db286e5..ce1d6e84 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ -