@ziloen/eslint-config 0.1.0 → 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,10 +292,8 @@ var typescript = [
292
292
  ...javascript,
293
293
  {
294
294
  files: [
295
- "**/*.ts",
296
- "**/*.tsx",
297
- "**/*.js",
298
- "**/*.jsx"
295
+ "**/*.?([cm])[tj]s?(x)",
296
+ "**/*.vue"
299
297
  ],
300
298
  languageOptions: {
301
299
  parser: parserTs,
@@ -437,7 +435,7 @@ var vue = [
437
435
  languageOptions: {
438
436
  parser: import_vue_eslint_parser.default,
439
437
  parserOptions: {
440
- parser: "@typescript-eslint/parser",
438
+ parser: parserTs,
441
439
  ecmaFeatures: {
442
440
  jsx: true
443
441
  },
package/dist/index.js CHANGED
@@ -252,10 +252,8 @@ var typescript = [
252
252
  ...javascript,
253
253
  {
254
254
  files: [
255
- "**/*.ts",
256
- "**/*.tsx",
257
- "**/*.js",
258
- "**/*.jsx"
255
+ "**/*.?([cm])[tj]s?(x)",
256
+ "**/*.vue"
259
257
  ],
260
258
  languageOptions: {
261
259
  parser: parserTs,
@@ -397,7 +395,7 @@ var vue = [
397
395
  languageOptions: {
398
396
  parser: default8,
399
397
  parserOptions: {
400
- parser: "@typescript-eslint/parser",
398
+ parser: parserTs,
401
399
  ecmaFeatures: {
402
400
  jsx: true
403
401
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ziloen/eslint-config",
3
- "version": "0.1.0",
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.0"
34
+ "@ziloen/eslint-config": "0.1.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/eslint": "^8.44.6",