Results 4 issues of Strick

get rid of `SyntaxError: Cannot use import statement outside a module`

**Your Environment** * **Prettier version**: 2.7.1 * **node version**: 18.11.0 * **package manager**: [email protected] * **IDE**: VScode **Describe the bug** with `@trivago/prettier-plugin-sort-imports: 3.4.0`, code `$$(0);` will be formatted to `$(0);`...

investigation

### Xmake 版本 2.7.9 ### 操作系统版本和架构 macOS 13.4 ### 描述问题 粗看了一下,package.json 这里有问题 https://github.com/xmake-io/xmake-vscode/blob/c02f7c188dd9ebcabbd67a30507eee3d1f35d883/package.json#L680 根据 vscode 官方说明,这里应该符合 JSON Schema 的格式。 https://json-schema.org/understanding-json-schema/reference/array.html#id6 所以应当改为 ```json { "type": "array", "items": { "type": "string" }...

bug