Describe the bug
When i use this config
import antfu from '@antfu/eslint-config'
export default antfu({
vue: true,
typescript: true,
javascript: true,
})
i can not track the error in .js file, but i can track .ts file

When i use this config
import antfu from '@antfu/eslint-config'
export default antfu({
vue: true,
typescript: false,
javascript: true,
})
i can not track the error in .ts file, but i can track .js file

Reproduction
https://github.com/FireBushtree/element-plus-max
System Info
- node: 18.12.1
- "eslint": "^8.57.0",
- "@antfu/eslint-config": "^2.20.0",
Used Package Manager
pnpm
Validations
Contributions
Describe the bug
When i use this config
i can not track the error in .js file, but i can track .ts file

When i use this config
i can not track the error in .ts file, but i can track .js file

Reproduction
https://github.com/FireBushtree/element-plus-max
System Info
Used Package Manager
pnpm
Validations
Contributions