feat: Add proxying support for images (#2427)

- Closes #2418
This commit is contained in:
Dermot Duffy
2026-06-30 17:45:12 -07:00
committed by dermotduffy
parent 9384785d37
commit 1cd5520154
51 changed files with 2404 additions and 687 deletions
+5 -2
View File
@@ -9,7 +9,10 @@ module.exports = {
'prettier', // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
],
rules: {
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
// Place to specify ESLint rules. Can be used to overwrite rules specified
// from the extended configs e.g.
// "@typescript-eslint/explicit-function-return-type": "off",
'@typescript-eslint/no-explicit-any': 'error',
'no-multi-assign': 'error',
},
};