-
sub vue2
import Vue from 'vue';
import { isInIcestark, setLibraryName } from '@ice/stark-app';
import App from './App.vue';
import router from './router';
// Vue.use(ElementUI);
Vue.config.p…
-
### What minimal example or steps are needed to reproduce the bug?
Just install and try to run the linter, fails before it can even start reading files.
### What minimal configuration is needed …
-
### Vue - Official extension or vue-tsc version
Official
### VSCode version
1.93.1
### Vue version
3.5.5
### TypeScript version
5.5.4
### System Info
```shell
System:
OS: macOS 14.5
…
-
An update of from vit4 to vite5 shows a type error in my vite.config.ts.
It seems the plugin is not completely compatible (at least the types aren't).
```
type 'Plugin' is not assignable to type …
-
It seems there is an incompatibilty when using this module, when running tests with `vitest`.
Running into:
```
Error: Custom settings for generateScopedName are already set. The vite-plugin-pret…
-
先是
Failed to resolve loader: cache-loader
安装了后继续
Failed to resolve loader:babel-loader
然后:
Syntax Error: TypeError: this.getOptions is not a function
最后改成了这样,运行起来了,但是还是有报错
"dependencies": {…
-
error事件报错信息如下:
```js
TypeError: Cannot read properties of null (reading 'localName')
at index-5e7d05b0.js:82:11302
at x.foreach (index-5e7d05b0.js:82:24348)
at e.DocumentParser.pars…
-
Right now we only recommend `prettier`:
```json
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 4,
"printWidth": 80
}
```
@j…
-
https://github.com/audaciaconsulting/Audacia.CodeAnalysis/blob/master/dotnet-roslyn/config/README.md
https://github.com/audaciaconsulting/Audacia.CodeAnalysis/blob/master/dotnet-roslyn/config/Audacia…
-
Like @Ryuno-Ki said, it looks like there are two linters in place?
RoelN updated
1 month ago