diff options
| author | Richie Foreman <[email protected]> | 2025-08-12 14:31:59 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-12 18:31:59 +0000 |
| commit | 7cc6b8c270a67803f9387eeead0d3d7ac914303a (patch) | |
| tree | 982fa440c974512961670cb4ee43a62641950ce6 /eslint.config.js | |
| parent | c5c6966d08b042b3b287c1909afa60f950bca147 (diff) | |
chore(usage telemetry): Freshen up Clearcut logging (#6013)
Co-authored-by: christine betts <[email protected]>
Co-authored-by: Jacob Richman <[email protected]>
Co-authored-by: matt korwel <[email protected]>
Diffstat (limited to 'eslint.config.js')
| -rw-r--r-- | eslint.config.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eslint.config.js b/eslint.config.js index f35d4f35..fc751418 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -118,7 +118,12 @@ export default tseslint.config( 'import/no-internal-modules': [ 'error', { - allow: ['react-dom/test-utils', 'memfs/lib/volume.js', 'yargs/**'], + allow: [ + 'react-dom/test-utils', + 'memfs/lib/volume.js', + 'yargs/**', + 'msw/node', + ], }, ], 'import/no-relative-packages': 'error', |
