create-packer 1.45.7 → 1.45.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-packer",
3
- "version": "1.45.7",
3
+ "version": "1.45.8",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/kevily/create-packer",
6
6
  "author": "1k <bug_zero@163.com>",
@@ -106,6 +106,7 @@ export default tseslint.config([
106
106
  '@typescript-eslint/explicit-module-boundary-types': 'off',
107
107
  '@typescript-eslint/ban-ts-comment': 'off',
108
108
  '@typescript-eslint/no-empty-interface': 'off',
109
+ '@typescript-eslint/triple-slash-reference': 'off',
109
110
  'react/prop-types': 'off',
110
111
  'react/no-find-dom-node': 'off',
111
112
  'react-hooks/exhaustive-deps': 'off',
@@ -95,6 +95,7 @@ export default tseslint.config([
95
95
  '@typescript-eslint/explicit-module-boundary-types': 'off',
96
96
  '@typescript-eslint/ban-ts-comment': 'off',
97
97
  '@typescript-eslint/no-empty-interface': 'off',
98
+ '@typescript-eslint/triple-slash-reference': 'off',
98
99
  'react/prop-types': 'off',
99
100
  'react/no-find-dom-node': 'off',
100
101
  'react-hooks/exhaustive-deps': 'off',
@@ -102,6 +102,7 @@ export default tseslint.config([
102
102
  '@typescript-eslint/explicit-module-boundary-types': 'off',
103
103
  '@typescript-eslint/ban-ts-comment': 'off',
104
104
  '@typescript-eslint/no-empty-interface': 'off',
105
+ '@typescript-eslint/triple-slash-reference': 'off',
105
106
  'react/prop-types': 'off',
106
107
  'react/no-find-dom-node': 'off',
107
108
  'react-hooks/exhaustive-deps': 'off',
@@ -91,6 +91,7 @@ export default tseslint.config([
91
91
  '@typescript-eslint/explicit-module-boundary-types': 'off',
92
92
  '@typescript-eslint/ban-ts-comment': 'off',
93
93
  '@typescript-eslint/no-empty-interface': 'off',
94
+ '@typescript-eslint/triple-slash-reference': 'off',
94
95
  'no-constant-condition': 'off'
95
96
  }
96
97
  }
@@ -97,6 +97,7 @@ export default tseslint.config([
97
97
  '@typescript-eslint/explicit-module-boundary-types': 'off',
98
98
  '@typescript-eslint/ban-ts-comment': 'off',
99
99
  '@typescript-eslint/no-empty-interface': 'off',
100
+ '@typescript-eslint/triple-slash-reference': 'off',
100
101
  'vue/multi-word-component-names': 0,
101
102
  'vue/html-indent': ['error', 4],
102
103
  'vue/require-default-prop': 'off',
@@ -88,6 +88,7 @@ export default tseslint.config([
88
88
  '@typescript-eslint/explicit-module-boundary-types': 'off',
89
89
  '@typescript-eslint/ban-ts-comment': 'off',
90
90
  '@typescript-eslint/no-empty-interface': 'off',
91
+ '@typescript-eslint/triple-slash-reference': 'off',
91
92
  'vue/multi-word-component-names': 0,
92
93
  'vue/html-indent': ['error', 4],
93
94
  'vue/require-default-prop': 'off',
@@ -96,6 +96,7 @@ export default tseslint.config([
96
96
  '@typescript-eslint/ban-ts-comment': 'off',
97
97
  '@typescript-eslint/no-empty-interface': 'off',
98
98
  '@typescript-eslint/triple-slash-reference': 'off',
99
+ '@typescript-eslint/triple-slash-reference': 'off',
99
100
  'react/prop-types': 'off',
100
101
  'react/no-find-dom-node': 'off',
101
102
  'react-hooks/exhaustive-deps': 'off',