@jiakun-zhao/eslint-config 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.cjs +0 -9
  2. package/package.json +2 -8
package/dist/index.cjs CHANGED
@@ -99,15 +99,6 @@ const index = {
99
99
  "react/jsx-one-expression-per-line": ["error", { allow: "single-child" }],
100
100
  "react/jsx-curly-spacing": ["error", { when: "never", children: { when: "never" } }]
101
101
  }
102
- },
103
- {
104
- files: ["*.astro"],
105
- extends: ["plugin:astro/recommended"],
106
- parser: "astro-eslint-parser",
107
- parserOptions: {
108
- parser: "@typescript-eslint/parser",
109
- extraFileExtensions: [".astro"]
110
- }
111
102
  }
112
103
  ],
113
104
  rules: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiakun-zhao/eslint-config",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Jiakun's ESLint config.",
5
5
  "keywords": [
6
6
  "eslint-config"
@@ -20,14 +20,12 @@
20
20
  "@typescript-eslint/eslint-plugin": "^6.1.0",
21
21
  "@typescript-eslint/parser": "^6.1.0",
22
22
  "eslint-config-standard": "^17.1.0",
23
- "eslint-plugin-astro": "^0.27.2",
24
23
  "eslint-plugin-import": "^2.27.5",
25
24
  "eslint-plugin-n": "^16.0.1",
26
25
  "eslint-plugin-promise": "^6.1.1",
27
26
  "eslint-plugin-react": "^7.32.2",
28
27
  "eslint-plugin-unused-imports": "^3.0.0",
29
- "eslint-plugin-vue": "^9.15.1",
30
- "vue-eslint-parser": "^9.3.1"
28
+ "eslint-plugin-vue": "^9.15.1"
31
29
  },
32
30
  "devDependencies": {
33
31
  "@types/eslint": "^8.44.0",
@@ -41,10 +39,6 @@
41
39
  "eslint": ">=7.4.0"
42
40
  },
43
41
  "packageManager": "pnpm@8.6.8",
44
- "publishConfig": {
45
- "access": "public",
46
- "registry": "https://registry.npmjs.org/"
47
- },
48
42
  "scripts": {
49
43
  "build": "unbuild",
50
44
  "release": "bumpp && pnpm publish",