@icebreakers/eslint-config 0.3.17 → 0.3.18

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.
package/dist/index.cjs CHANGED
@@ -143,7 +143,9 @@ function icebreaker(options = {}, ...userConfigs) {
143
143
  varsIgnorePattern: "^_",
144
144
  ignoreRestSiblings: true
145
145
  }],
146
- "unused-imports/no-unused-vars": "off"
146
+ "unused-imports/no-unused-vars": "off",
147
+ "vue/no-mutating-props": "warn",
148
+ "ts/no-use-before-define": "warn"
147
149
  }
148
150
  }
149
151
  ];
package/dist/index.js CHANGED
@@ -121,7 +121,9 @@ function icebreaker(options = {}, ...userConfigs) {
121
121
  varsIgnorePattern: "^_",
122
122
  ignoreRestSiblings: true
123
123
  }],
124
- "unused-imports/no-unused-vars": "off"
124
+ "unused-imports/no-unused-vars": "off",
125
+ "vue/no-mutating-props": "warn",
126
+ "ts/no-use-before-define": "warn"
125
127
  }
126
128
  }
127
129
  ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/eslint-config",
3
3
  "type": "module",
4
- "version": "0.3.17",
4
+ "version": "0.3.18",
5
5
  "description": "icebreakers's eslint config",
6
6
  "author": "SonOfMagic <qq1324318532@gmail.com>",
7
7
  "license": "MIT",
@@ -33,13 +33,13 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@antfu/eslint-config": "2.24.0",
36
+ "@antfu/eslint-config": "2.24.1",
37
37
  "eslint-plugin-format": "0.1.2",
38
38
  "eslint-plugin-jsx-a11y": "^6.9.0",
39
39
  "eslint-plugin-mdx": "3.1.5",
40
40
  "eslint-plugin-tailwindcss": "3.17.4",
41
41
  "eslint-plugin-vuejs-accessibility": "^2.4.1",
42
- "globals": "^15.8.0",
42
+ "globals": "^15.9.0",
43
43
  "local-pkg": "0.5.0"
44
44
  },
45
45
  "publishConfig": {