Skip to content

Instantly share code, notes, and snippets.

@broguinn
Created March 27, 2026 19:54
Show Gist options
  • Select an option

  • Save broguinn/d497992222816d73d1cc5b715ef705bc to your computer and use it in GitHub Desktop.

Select an option

Save broguinn/d497992222816d73d1cc5b715ef705bc to your computer and use it in GitHub Desktop.
diff --git a/packages/frontend-config/.eslintrc.js b/packages/frontend-config/.eslintrc.js
index 5ccf08cd1..b5ab6969a 100644
--- a/packages/frontend-config/.eslintrc.js
+++ b/packages/frontend-config/.eslintrc.js
@@ -28,6 +28,7 @@ module.exports = {
rules: {
// Browser compatibility checking
'compat/compat': 'error',
+ 'import/extensions': 'off',
'import/order': 'off',
'no-alert': 0,
camelcase: 0,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment