chore: extract ts support for aslant from feat/websocket-engine (#5664)

* chore: extract ts support
This commit is contained in:
Siddharth Gelera (reaper)
2025-09-30 11:23:47 +05:30
committed by GitHub
parent aacb1e0b8e
commit 56f0741121

View File

@@ -16,9 +16,16 @@ module.exports = runESMImports().then(() => defineConfig([
'diff': fixupPluginRules(eslintPluginDiff),
'@stylistic': stylistic,
},
languageOptions: {
parser: require('@typescript-eslint/parser'),
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
}
},
files: [
'./eslint.config.js',
'tests/**/*.spec.{ts,js}',
'tests/**/*.{ts,js}',
'packages/bruno-app/**/*.{js,jsx,ts}',
'packages/bruno-app/src/test-utils/mocks/codemirror.js',
'packages/bruno-cli/**/*.js',