-
- [ ] Create
- [ ] Add to user menu
Relevant jetstream content:
- Route: `api-tokens.index`
- page.props.jetstream.hasApiFeatures
-
~
-
Reason: https://github.com/typescript-eslint/typescript-eslint/issues/2865#issuecomment-742942987
Hi, I'm using `vue-eslint-parser` and `typescript-eslint` in company project.
At the same time, I …
-
# 🐛 bug report
Attempting to write a transformer that converts svg files to vue components does not appear to be working as expected
## 🎛 Configuration/Setup
Following the documentation of [T…
-
### Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [X] I have reviewed the documentation https://docs.sentry.io/…
-
## Troubleshooting
1. Does `tsc` have the same output?
No
1. Does your Rollup plugin order match [this plugin's compatibility](https://github.com/ezolenko/rollup-plugin-typescript2#comp…
-
When running Eslint in vscode using flat config I get the following output:
```
[Info - 10:43:56] ESLint server is starting.
[Info - 10:43:56] ESLint server running in node v20.11.0
[Info - 10:…
-
### Describe the bug
I'm getting a _very similar_ error as #570 (but due to a different cause) when I use this config (and no other rules configured):
```mjs
import antfu from '@antfu/eslint-conf…
-
后期有没有打算出React版本,体验过了一段时间的Vue3,目前遇到的问题,'.vue'文件和ts在一起写很多东西在vscode里不够智能,如果纯粹tsx写,还是觉得语法比React啰嗦很多,比如
```
export default defineComponent({
components: { ... },
setup() {
...
const xxx = r…
-
## Problem
When you enable module resolution with `"type": "module"` on your projet the `prisma db seed` command fail due to ts-node resolution.
```sh
➜ yarn prisma db seed --preview-feature
y…