@ziloen/eslint-config 0.1.2 → 0.1.3

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
@@ -292,7 +292,8 @@ var typescript = [
292
292
  ...javascript,
293
293
  {
294
294
  files: [
295
- "**/*.?([cm])[tj]s?(x)"
295
+ "**/*.?([cm])[tj]s?(x)",
296
+ "**/*.vue"
296
297
  ],
297
298
  languageOptions: {
298
299
  parser: parserTs,
package/dist/index.js CHANGED
@@ -252,7 +252,8 @@ var typescript = [
252
252
  ...javascript,
253
253
  {
254
254
  files: [
255
- "**/*.?([cm])[tj]s?(x)"
255
+ "**/*.?([cm])[tj]s?(x)",
256
+ "**/*.vue"
256
257
  ],
257
258
  languageOptions: {
258
259
  parser: parserTs,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ziloen/eslint-config",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "author": "ziloen",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -31,7 +31,7 @@
31
31
  "tsup": "^7.2.0",
32
32
  "typescript": "^5.2.2",
33
33
  "vue-eslint-parser": "^9.3.2",
34
- "@ziloen/eslint-config": "0.1.2"
34
+ "@ziloen/eslint-config": "0.1.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/eslint": "^8.44.6",