|
@@ -22,6 +22,7 @@
|
|
|
"eslint": "^8.36.0",
|
|
|
"eslint-config-xo": "^0.43.1",
|
|
|
"eslint-config-xo-typescript": "^0.56.0",
|
|
|
+ "eslint-plugin-astro": "^0.26.1",
|
|
|
"eslint-plugin-import": "^2.27.5",
|
|
|
"eslint-plugin-unicorn": "^46.0.0",
|
|
|
"fs-extra": "^11.1.1",
|
|
@@ -2043,6 +2044,28 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/astro-eslint-parser": {
|
|
|
+ "version": "0.13.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.13.2.tgz",
|
|
|
+ "integrity": "sha512-hLCfc4IfeR550tCxEQDOnoDbf+B7CtU3he0foNQ+XxfYyx+8qKwcEIvigrU1PzfwAfAvT83RFA1Q6TWHDj82GA==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@astrojs/compiler": "^1.0.0",
|
|
|
+ "@typescript-eslint/scope-manager": "^5.48.2",
|
|
|
+ "@typescript-eslint/types": "^5.25.0",
|
|
|
+ "astrojs-compiler-sync": "^0.3.0",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "eslint-visitor-keys": "^3.0.0",
|
|
|
+ "espree": "^9.0.0",
|
|
|
+ "semver": "^7.3.8"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^14.18.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ota-meshi"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/astro/node_modules/ansi-regex": {
|
|
|
"version": "6.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
@@ -2144,6 +2167,24 @@
|
|
|
"node": ">=12"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/astrojs-compiler-sync": {
|
|
|
+ "version": "0.3.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/astrojs-compiler-sync/-/astrojs-compiler-sync-0.3.2.tgz",
|
|
|
+ "integrity": "sha512-q/8Z30WNpsktLKS5NdT/6QAF9Q/C4ucLldqUpHgvRhuj/6jkJyOQfapQxkTKp8MK4RjH9sSsClfrTIdk8JZlKw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "synckit": "^0.8.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^14.18.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ota-meshi"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@astrojs/compiler": ">=0.27.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/autoprefixer": {
|
|
|
"version": "10.4.14",
|
|
|
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz",
|
|
@@ -3570,6 +3611,29 @@
|
|
|
"ms": "^2.1.1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/eslint-plugin-astro": {
|
|
|
+ "version": "0.26.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.26.1.tgz",
|
|
|
+ "integrity": "sha512-FEZOrOQ5ahenbwjKz5LYJpeOZUggDM54idrq5bTJdL4GsXy1xx2eyKy5UjGhh8NwddowCCPqfDHFfDz9oNj/ew==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@eslint-community/eslint-utils": "^4.2.0",
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.4.14",
|
|
|
+ "@typescript-eslint/types": "^5.25.0",
|
|
|
+ "astro-eslint-parser": "^0.13.1",
|
|
|
+ "postcss": "^8.4.14",
|
|
|
+ "postcss-selector-parser": "^6.0.10"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^14.18.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ota-meshi"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "eslint": ">=7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/eslint-plugin-import": {
|
|
|
"version": "2.27.5",
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
|
|
@@ -11661,6 +11725,31 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "astro-eslint-parser": {
|
|
|
+ "version": "0.13.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.13.2.tgz",
|
|
|
+ "integrity": "sha512-hLCfc4IfeR550tCxEQDOnoDbf+B7CtU3he0foNQ+XxfYyx+8qKwcEIvigrU1PzfwAfAvT83RFA1Q6TWHDj82GA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@astrojs/compiler": "^1.0.0",
|
|
|
+ "@typescript-eslint/scope-manager": "^5.48.2",
|
|
|
+ "@typescript-eslint/types": "^5.25.0",
|
|
|
+ "astrojs-compiler-sync": "^0.3.0",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "eslint-visitor-keys": "^3.0.0",
|
|
|
+ "espree": "^9.0.0",
|
|
|
+ "semver": "^7.3.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "astrojs-compiler-sync": {
|
|
|
+ "version": "0.3.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/astrojs-compiler-sync/-/astrojs-compiler-sync-0.3.2.tgz",
|
|
|
+ "integrity": "sha512-q/8Z30WNpsktLKS5NdT/6QAF9Q/C4ucLldqUpHgvRhuj/6jkJyOQfapQxkTKp8MK4RjH9sSsClfrTIdk8JZlKw==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "synckit": "^0.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"autoprefixer": {
|
|
|
"version": "10.4.14",
|
|
|
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz",
|
|
@@ -12683,6 +12772,20 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "eslint-plugin-astro": {
|
|
|
+ "version": "0.26.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.26.1.tgz",
|
|
|
+ "integrity": "sha512-FEZOrOQ5ahenbwjKz5LYJpeOZUggDM54idrq5bTJdL4GsXy1xx2eyKy5UjGhh8NwddowCCPqfDHFfDz9oNj/ew==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@eslint-community/eslint-utils": "^4.2.0",
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.4.14",
|
|
|
+ "@typescript-eslint/types": "^5.25.0",
|
|
|
+ "astro-eslint-parser": "^0.13.1",
|
|
|
+ "postcss": "^8.4.14",
|
|
|
+ "postcss-selector-parser": "^6.0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
"eslint-plugin-import": {
|
|
|
"version": "2.27.5",
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
|