Created
March 27, 2026 19:54
-
-
Save broguinn/d497992222816d73d1cc5b715ef705bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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