@tb-dev/eslint-config 1.5.8 → 1.5.10

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
@@ -742,7 +742,7 @@ async function vue(options) {
742
742
  }
743
743
  ],
744
744
  'vue/match-component-file-name': [
745
- 'error',
745
+ 'off',
746
746
  {
747
747
  extensions: ['tsx', 'vue'],
748
748
  shouldMatchCase: false
@@ -862,13 +862,7 @@ async function vue(options) {
862
862
  'vue/use-v-on-exact': 'error',
863
863
  'vue/v-bind-style': ['error', 'shorthand'],
864
864
  'vue/v-for-delimiter-style': ['error', 'of'],
865
- 'vue/v-on-handler-style': [
866
- 'error',
867
- ['method', 'inline-function'],
868
- {
869
- ignoreIncludesComment: false
870
- }
871
- ],
865
+ 'vue/v-on-handler-style': 'off',
872
866
  'vue/v-on-style': ['error', 'shorthand'],
873
867
  'vue/v-slot-style': [
874
868
  'error',
package/dist/index.mjs CHANGED
@@ -740,7 +740,7 @@ async function vue(options) {
740
740
  }
741
741
  ],
742
742
  'vue/match-component-file-name': [
743
- 'error',
743
+ 'off',
744
744
  {
745
745
  extensions: ['tsx', 'vue'],
746
746
  shouldMatchCase: false
@@ -860,13 +860,7 @@ async function vue(options) {
860
860
  'vue/use-v-on-exact': 'error',
861
861
  'vue/v-bind-style': ['error', 'shorthand'],
862
862
  'vue/v-for-delimiter-style': ['error', 'of'],
863
- 'vue/v-on-handler-style': [
864
- 'error',
865
- ['method', 'inline-function'],
866
- {
867
- ignoreIncludesComment: false
868
- }
869
- ],
863
+ 'vue/v-on-handler-style': 'off',
870
864
  'vue/v-on-style': ['error', 'shorthand'],
871
865
  'vue/v-slot-style': [
872
866
  'error',
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "1.5.8",
3
+ "version": "1.5.10",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "private": false,
8
- "packageManager": "pnpm@8.13.1",
8
+ "packageManager": "pnpm@8.14.0",
9
9
  "homepage": "https://github.com/ferreira-tb/eslint-config",
10
10
  "repository": {
11
11
  "type": "git",
@@ -18,8 +18,8 @@
18
18
  "*.{?(c|m)@(j|t)s,css,vue,md,json}": "prettier --write"
19
19
  },
20
20
  "dependencies": {
21
- "@typescript-eslint/eslint-plugin": "^6.16.0",
22
- "@typescript-eslint/parser": "^6.16.0",
21
+ "@typescript-eslint/eslint-plugin": "^6.17.0",
22
+ "@typescript-eslint/parser": "^6.17.0",
23
23
  "eslint-config-prettier": "^9.1.0",
24
24
  "eslint-plugin-perfectionist": "^2.5.0",
25
25
  "eslint-plugin-unicorn": "^50.0.1",
@@ -32,19 +32,19 @@
32
32
  "@octokit/core": "^5.0.2",
33
33
  "@rollup/plugin-typescript": "^11.1.5",
34
34
  "@types/eslint-config-prettier": "^6.11.3",
35
- "@types/node": "^20.10.5",
35
+ "@types/node": "^20.10.6",
36
36
  "eslint": "^8.56.0",
37
37
  "execa": "^8.0.1",
38
38
  "husky": "^8.0.3",
39
39
  "lint-staged": "^15.2.0",
40
40
  "npm-run-all2": "^6.1.1",
41
41
  "prettier": "^3.1.1",
42
- "rollup": "^4.9.1",
42
+ "rollup": "^4.9.3",
43
43
  "taze": "^0.13.1",
44
44
  "ts-node": "^10.9.2",
45
45
  "tslib": "^2.6.2",
46
46
  "typescript": "5.3.3",
47
- "vite": "^5.0.10",
47
+ "vite": "^5.0.11",
48
48
  "vite-plugin-dts": "^3.7.0"
49
49
  },
50
50
  "peerDependencies": {