mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix: add missing prettier plugin (remove later)
This commit is contained in:
+13
-3
@@ -1,11 +1,21 @@
|
||||
{
|
||||
"version": "0.2",
|
||||
"ignorePaths": [],
|
||||
"ignorePaths": [
|
||||
"package.json",
|
||||
"tsconfig.json"
|
||||
],
|
||||
"dictionaryDefinitions": [],
|
||||
"dictionaries": [],
|
||||
"dictionaries": [
|
||||
"css",
|
||||
"html",
|
||||
"node",
|
||||
"typescript",
|
||||
"npm"
|
||||
],
|
||||
"words": [
|
||||
"antfu",
|
||||
"nums"
|
||||
"nums",
|
||||
"rahim"
|
||||
],
|
||||
"ignoreWords": [],
|
||||
"import": []
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
"@antfu/eslint-config": "^5.4.1",
|
||||
"@eslint-react/eslint-plugin": "^1.53.1",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
||||
"@prettier/plugin-xml": "^3.4.2",
|
||||
"@types/node": "^22.18.6",
|
||||
"eslint": "^9.36.0",
|
||||
|
||||
Generated
+34
@@ -17,6 +17,9 @@ importers:
|
||||
'@eslint/eslintrc':
|
||||
specifier: ^3.3.1
|
||||
version: 3.3.1
|
||||
'@ianvs/prettier-plugin-sort-imports':
|
||||
specifier: ^4.7.0
|
||||
version: 4.7.0(@vue/compiler-sfc@3.5.21)(prettier@3.6.2)
|
||||
'@prettier/plugin-xml':
|
||||
specifier: ^3.4.2
|
||||
version: 3.4.2(prettier@3.6.2)
|
||||
@@ -819,6 +822,24 @@ packages:
|
||||
resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
|
||||
engines: {node: '>=18.18'}
|
||||
|
||||
'@ianvs/prettier-plugin-sort-imports@4.7.0':
|
||||
resolution: {integrity: sha512-soa2bPUJAFruLL4z/CnMfSEKGznm5ebz29fIa9PxYtu8HHyLKNE1NXAs6dylfw1jn/ilEIfO2oLLN6uAafb7DA==}
|
||||
peerDependencies:
|
||||
'@prettier/plugin-oxc': ^0.0.4
|
||||
'@vue/compiler-sfc': 2.7.x || 3.x
|
||||
content-tag: ^4.0.0
|
||||
prettier: 2 || 3 || ^4.0.0-0
|
||||
prettier-plugin-ember-template-tag: ^2.1.0
|
||||
peerDependenciesMeta:
|
||||
'@prettier/plugin-oxc':
|
||||
optional: true
|
||||
'@vue/compiler-sfc':
|
||||
optional: true
|
||||
content-tag:
|
||||
optional: true
|
||||
prettier-plugin-ember-template-tag:
|
||||
optional: true
|
||||
|
||||
'@isaacs/fs-minipass@4.0.1':
|
||||
resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
@@ -4113,6 +4134,19 @@ snapshots:
|
||||
|
||||
'@humanwhocodes/retry@0.4.3': {}
|
||||
|
||||
'@ianvs/prettier-plugin-sort-imports@4.7.0(@vue/compiler-sfc@3.5.21)(prettier@3.6.2)':
|
||||
dependencies:
|
||||
'@babel/generator': 7.28.3
|
||||
'@babel/parser': 7.28.4
|
||||
'@babel/traverse': 7.28.4
|
||||
'@babel/types': 7.28.4
|
||||
prettier: 3.6.2
|
||||
semver: 7.7.2
|
||||
optionalDependencies:
|
||||
'@vue/compiler-sfc': 3.5.21
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@isaacs/fs-minipass@4.0.1':
|
||||
dependencies:
|
||||
minipass: 7.1.2
|
||||
|
||||
Reference in New Issue
Block a user