definition-generator-framework 1.12.3 → 1.12.5
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/helpers/common-functions/common-functions.spec.d.ts +1 -0
- package/dist/helpers/common-functions/common-functions.spec.js +50 -0
- package/dist/helpers/duplicate-helper/duplicate-helper.spec.d.ts +1 -0
- package/dist/helpers/duplicate-helper/duplicate-helper.spec.js +54 -0
- package/dist/helpers/output-helper/output-helper.spec.d.ts +24 -0
- package/dist/helpers/output-helper/output-helper.spec.js +249 -0
- package/dist/helpers/raw-definition-helper/raw-definition.helper.spec.d.ts +1 -0
- package/dist/helpers/raw-definition-helper/raw-definition.helper.spec.js +135 -0
- package/dist/helpers/validator/custom-validator-helper/custom-validator.helper.spec.d.ts +1 -0
- package/dist/helpers/validator/custom-validator-helper/custom-validator.helper.spec.js +173 -0
- package/dist/helpers/validator/joi-custom-validators.spec.d.ts +1 -0
- package/dist/helpers/validator/joi-custom-validators.spec.js +260 -0
- package/dist/helpers/validator/validator.spec.d.ts +1 -0
- package/dist/helpers/validator/validator.spec.js +322 -0
- package/dist/pipeline/1-select-definitions.spec.d.ts +1 -0
- package/dist/pipeline/1-select-definitions.spec.js +140 -0
- package/dist/pipeline/2-structure-parser.helper.spec.d.ts +1 -0
- package/dist/pipeline/2-structure-parser.helper.spec.js +280 -0
- package/dist/pipeline/parsers/array-parser.spec.d.ts +1 -0
- package/dist/pipeline/parsers/array-parser.spec.js +125 -0
- package/dist/pipeline/parsers/object-parser.spec.d.ts +1 -0
- package/dist/pipeline/parsers/object-parser.spec.js +173 -0
- package/dist/pipeline/parsers/primitive-parser.spec.d.ts +1 -0
- package/dist/pipeline/parsers/primitive-parser.spec.js +79 -0
- package/package.json +8 -3
- package/.eslintrc.js +0 -212
- package/.vscode/launch.json +0 -15
- package/.vscode/settings.json +0 -25
- package/coverage/clover.xml +0 -503
- package/coverage/coverage-final.json +0 -16
- package/coverage/lcov-report/_mocks/index.html +0 -116
- package/coverage/lcov-report/_mocks/mocks.ts.html +0 -223
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/framework/framework.data.ts.html +0 -109
- package/coverage/lcov-report/framework/index.html +0 -116
- package/coverage/lcov-report/helpers/common-functions/common-functions.ts.html +0 -178
- package/coverage/lcov-report/helpers/common-functions/index.html +0 -116
- package/coverage/lcov-report/helpers/duplicate-helper/duplicate-helper.ts.html +0 -196
- package/coverage/lcov-report/helpers/duplicate-helper/index.html +0 -116
- package/coverage/lcov-report/helpers/output-helper/index.html +0 -116
- package/coverage/lcov-report/helpers/output-helper/output-helper.ts.html +0 -277
- package/coverage/lcov-report/helpers/raw-definition-helper/index.html +0 -116
- package/coverage/lcov-report/helpers/raw-definition-helper/raw-definition.helper.ts.html +0 -256
- package/coverage/lcov-report/helpers/validator/index.html +0 -131
- package/coverage/lcov-report/helpers/validator/joi-custom-validators.ts.html +0 -643
- package/coverage/lcov-report/helpers/validator/validator.ts.html +0 -310
- package/coverage/lcov-report/index.html +0 -251
- package/coverage/lcov-report/pipeline/1-select-definitions-helper.ts.html +0 -358
- package/coverage/lcov-report/pipeline/2-structure-parser.helper.ts.html +0 -301
- package/coverage/lcov-report/pipeline/3-config.ts.html +0 -178
- package/coverage/lcov-report/pipeline/_mocks/index.html +0 -116
- package/coverage/lcov-report/pipeline/_mocks/index.ts.html +0 -229
- package/coverage/lcov-report/pipeline/index.html +0 -146
- package/coverage/lcov-report/pipeline/parsers/array-parser.ts.html +0 -271
- package/coverage/lcov-report/pipeline/parsers/index.html +0 -146
- package/coverage/lcov-report/pipeline/parsers/object-parser.ts.html +0 -439
- package/coverage/lcov-report/pipeline/parsers/primitive-parser.ts.html +0 -370
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov.info +0 -911
- package/dist/_mocks/mocks.js.map +0 -1
- package/dist/decorators/definition-component.js.map +0 -1
- package/dist/decorators/definition-generator.js.map +0 -1
- package/dist/framework/context.js.map +0 -1
- package/dist/framework/definition-component.js.map +0 -1
- package/dist/framework/definition-generator.js.map +0 -1
- package/dist/framework/definition-store.js.map +0 -1
- package/dist/framework/file-content-generator/file-content-generator.js.map +0 -1
- package/dist/framework/file-content-generator/file-content-generator.test.js.map +0 -1
- package/dist/framework/framework.data.js.map +0 -1
- package/dist/framework/framework.js.map +0 -1
- package/dist/framework/framework.model.js.map +0 -1
- package/dist/framework/index-file-generator/index-file-generator.js.map +0 -1
- package/dist/framework/interfaces.js.map +0 -1
- package/dist/framework/kernel.js.map +0 -1
- package/dist/helpers/common-functions/common-functions.js.map +0 -1
- package/dist/helpers/common-functions/common-functions.spec.js.map +0 -1
- package/dist/helpers/common-functions/common-functions.test.js.map +0 -1
- package/dist/helpers/duplicate-helper/duplicate-helper.js.map +0 -1
- package/dist/helpers/duplicate-helper/duplicate-helper.spec.js.map +0 -1
- package/dist/helpers/duplicate-helper/duplicate-helper.test.js.map +0 -1
- package/dist/helpers/output-helper/output-helper.js.map +0 -1
- package/dist/helpers/output-helper/output-helper.spec.js.map +0 -1
- package/dist/helpers/output-helper/output-helper.test.js.map +0 -1
- package/dist/helpers/raw-definition-helper/raw-definition.helper.js.map +0 -1
- package/dist/helpers/raw-definition-helper/raw-definition.helper.spec.js.map +0 -1
- package/dist/helpers/raw-definition-helper/raw-definition.helper.test.js.map +0 -1
- package/dist/helpers/validator/custom-validator-helper/custom-validator.helper.js.map +0 -1
- package/dist/helpers/validator/custom-validator-helper/custom-validator.helper.spec.js.map +0 -1
- package/dist/helpers/validator/custom-validator-helper/custom-validator.helper.test.js.map +0 -1
- package/dist/helpers/validator/custom-validators/helpers/sprite-validation.helper.js.map +0 -1
- package/dist/helpers/validator/custom-validators/helpers/sprite-validation.helper.test.js.map +0 -1
- package/dist/helpers/validator/custom-validators/image.custom-validator.js.map +0 -1
- package/dist/helpers/validator/custom-validators/path.custom-validator.js.map +0 -1
- package/dist/helpers/validator/custom-validators/position-on-sprite.js.map +0 -1
- package/dist/helpers/validator/custom-validators/reference.custom-validator.js.map +0 -1
- package/dist/helpers/validator/custom-validators/sprite.custom-validator.js.map +0 -1
- package/dist/helpers/validator/custom-validators/unique-name-group.custom-validator.js.map +0 -1
- package/dist/helpers/validator/custom-validators/unique.custom-validator.js.map +0 -1
- package/dist/helpers/validator/joi-custom-validators.js.map +0 -1
- package/dist/helpers/validator/joi-custom-validators.spec.js.map +0 -1
- package/dist/helpers/validator/validator.js.map +0 -1
- package/dist/helpers/validator/validator.spec.js.map +0 -1
- package/dist/helpers/validator/validator.test.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/pipeline/1-select-definitions-helper.js.map +0 -1
- package/dist/pipeline/1-select-definitions.helper.js.map +0 -1
- package/dist/pipeline/1-select-definitions.helper.test.js.map +0 -1
- package/dist/pipeline/1-select-definitions.spec.js.map +0 -1
- package/dist/pipeline/2-structure-parser.helper.js.map +0 -1
- package/dist/pipeline/2-structure-parser.helper.spec.js.map +0 -1
- package/dist/pipeline/2-structure-parser.helper.test.js.map +0 -1
- package/dist/pipeline/3-config.js.map +0 -1
- package/dist/pipeline/_mocks/index.js.map +0 -1
- package/dist/pipeline/parsers/array-parser.js.map +0 -1
- package/dist/pipeline/parsers/array-parser.spec.js.map +0 -1
- package/dist/pipeline/parsers/array-parser.test.js.map +0 -1
- package/dist/pipeline/parsers/object-parser.js.map +0 -1
- package/dist/pipeline/parsers/object-parser.spec.js.map +0 -1
- package/dist/pipeline/parsers/object-parser.test.js.map +0 -1
- package/dist/pipeline/parsers/primitive-parser.js.map +0 -1
- package/dist/pipeline/parsers/primitive-parser.spec.js.map +0 -1
- package/dist/pipeline/parsers/primitive-parser.test.js.map +0 -1
- package/dist/pipeline/raw-data-parser.js.map +0 -1
- package/dist/pre-made-components/_validators/shape-validators.js.map +0 -1
- package/dist/pre-made-components/_validators/sprite-validators.js.map +0 -1
- package/dist/pre-made-components/assets/1-sprite.js.map +0 -1
- package/dist/pre-made-components/assets/2-sprite-group.js.map +0 -1
- package/dist/pre-made-components/assets/3-font.js.map +0 -1
- package/dist/pre-made-components/events/1-event.js.map +0 -1
- package/dist/pre-made-components/events/1-script.js.map +0 -1
- package/dist/pre-made-components/events/2-event-test.js.map +0 -1
- package/dist/pre-made-components/events/2-script-test.js.map +0 -1
- package/dist/pre-made-components/events/3-event.js.map +0 -1
- package/dist/pre-made-components/events/4-event-test.js.map +0 -1
- package/dist/pre-made-components/events/event-setup.js.map +0 -1
- package/dist/pre-made-components/events/helpers/quotes-to-tags.helper.js.map +0 -1
- package/dist/pre-made-components/events/helpers/quotes-to-tags.helper.test.js.map +0 -1
- package/dist/pre-made-components/events/helpers/script-testing.helper.js.map +0 -1
- package/dist/pre-made-components/events/script-setup.js.map +0 -1
- package/dist/pre-made-components/events/scripting-setup.js.map +0 -1
- package/dist/pre-made-components/events/validators.js.map +0 -1
- package/dist/setup.js.map +0 -1
- package/package.json.bak +0 -60
- package/scripts/prepare-package-json.ts +0 -23
- package/tsconfig.json +0 -24
- package/vitest.config.ts +0 -1
package/package.json
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "definition-generator-framework",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.5",
|
|
4
4
|
"description": "Definition Generator Framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist/**/*.js",
|
|
9
|
+
"dist/**/*.d.ts"
|
|
10
|
+
],
|
|
6
11
|
"publishConfig": {
|
|
7
12
|
"main": "dist/index.js"
|
|
8
13
|
},
|
|
@@ -35,12 +40,12 @@
|
|
|
35
40
|
"postpack": "mv package.json.bak package.json"
|
|
36
41
|
},
|
|
37
42
|
"dependencies": {
|
|
38
|
-
"helpers-lib": "1.13.
|
|
43
|
+
"helpers-lib": "1.13.10",
|
|
39
44
|
"image-size": "1.1.1",
|
|
40
45
|
"joi": "17.11.0",
|
|
41
46
|
"prettier": "3.3.3",
|
|
42
47
|
"jsonpath-plus": "8.1.0",
|
|
43
|
-
"script-engine-lib": "0.4.
|
|
48
|
+
"script-engine-lib": "0.4.3"
|
|
44
49
|
},
|
|
45
50
|
"devDependencies": {
|
|
46
51
|
"@types/glob": "8.1.0",
|
package/.eslintrc.js
DELETED
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
env: {
|
|
3
|
-
browser: true,
|
|
4
|
-
es6: true,
|
|
5
|
-
node: true
|
|
6
|
-
},
|
|
7
|
-
extends: [
|
|
8
|
-
'eslint:recommended',
|
|
9
|
-
'plugin:@typescript-eslint/eslint-recommended',
|
|
10
|
-
'plugin:@typescript-eslint/recommended',
|
|
11
|
-
'plugin:import/recommended',
|
|
12
|
-
'plugin:import/electron',
|
|
13
|
-
'plugin:import/typescript',
|
|
14
|
-
'plugin:@typescript-eslint/eslint-recommended',
|
|
15
|
-
'plugin:@typescript-eslint/recommended',
|
|
16
|
-
'prettier'
|
|
17
|
-
],
|
|
18
|
-
parser: '@typescript-eslint/parser',
|
|
19
|
-
parserOptions: {
|
|
20
|
-
sourceType: 'module'
|
|
21
|
-
},
|
|
22
|
-
root: true,
|
|
23
|
-
env: {
|
|
24
|
-
node: true,
|
|
25
|
-
jest: true
|
|
26
|
-
},
|
|
27
|
-
plugins: ['@typescript-eslint', '@typescript-eslint/eslint-plugin', 'no-null', 'simple-import-sort'],
|
|
28
|
-
ignorePatterns: ['**/*.js', 'vite.config.ts', 'out/**/*', 'dist/**/*', 'node_modules/**/*'],
|
|
29
|
-
rules: {
|
|
30
|
-
'simple-import-sort/imports': [
|
|
31
|
-
'error',
|
|
32
|
-
{
|
|
33
|
-
groups: [
|
|
34
|
-
// External libraries (node_modules packages)
|
|
35
|
-
['^[a-z]'],
|
|
36
|
-
// Local imports (relative imports starting with .)
|
|
37
|
-
['^\\.\\.', '^\\./']
|
|
38
|
-
]
|
|
39
|
-
}
|
|
40
|
-
],
|
|
41
|
-
'simple-import-sort/exports': 'error',
|
|
42
|
-
'no-null/no-null': 2,
|
|
43
|
-
'comma-dangle': ['error', 'never'],
|
|
44
|
-
'@typescript-eslint/adjacent-overload-signatures': 'error',
|
|
45
|
-
'@typescript-eslint/ban-ts-comment': 'off',
|
|
46
|
-
'@typescript-eslint/ban-types': 'error',
|
|
47
|
-
'@typescript-eslint/consistent-type-definitions': 'error',
|
|
48
|
-
'@typescript-eslint/dot-notation': 'off',
|
|
49
|
-
'@typescript-eslint/explicit-function-return-type': [
|
|
50
|
-
"warn",
|
|
51
|
-
{ "allowExpressions": true }
|
|
52
|
-
],
|
|
53
|
-
'@typescript-eslint/explicit-member-accessibility': [
|
|
54
|
-
'off',
|
|
55
|
-
{
|
|
56
|
-
accessibility: 'explicit'
|
|
57
|
-
}
|
|
58
|
-
],
|
|
59
|
-
'@typescript-eslint/explicit-module-boundary-types': 'warn',
|
|
60
|
-
'@typescript-eslint/indent': ['error', 2],
|
|
61
|
-
'@typescript-eslint/interface-name-prefix': 'off',
|
|
62
|
-
'@typescript-eslint/member-delimiter-style': [
|
|
63
|
-
'error',
|
|
64
|
-
{
|
|
65
|
-
multiline: {
|
|
66
|
-
delimiter: 'semi',
|
|
67
|
-
requireLast: true
|
|
68
|
-
},
|
|
69
|
-
singleline: {
|
|
70
|
-
delimiter: 'semi',
|
|
71
|
-
requireLast: false
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
],
|
|
75
|
-
'@typescript-eslint/naming-convention': [
|
|
76
|
-
'error',
|
|
77
|
-
{
|
|
78
|
-
selector: 'variable',
|
|
79
|
-
modifiers: ['const'],
|
|
80
|
-
format: ['PascalCase', 'UPPER_CASE']
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
selector: 'variable',
|
|
84
|
-
modifiers: [],
|
|
85
|
-
format: ['camelCase'],
|
|
86
|
-
leadingUnderscore: 'allow',
|
|
87
|
-
trailingUnderscore: 'forbid'
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
'@typescript-eslint/no-array-constructor': 'error',
|
|
91
|
-
'@typescript-eslint/no-empty-function': 'off',
|
|
92
|
-
'@typescript-eslint/no-empty-interface': 'error',
|
|
93
|
-
'@typescript-eslint/no-explicit-any': 'off',
|
|
94
|
-
'@typescript-eslint/no-extra-non-null-assertion': 'error',
|
|
95
|
-
'@typescript-eslint/no-inferrable-types': [
|
|
96
|
-
'error',
|
|
97
|
-
{
|
|
98
|
-
ignoreParameters: true,
|
|
99
|
-
ignoreProperties: true
|
|
100
|
-
}
|
|
101
|
-
],
|
|
102
|
-
'@typescript-eslint/no-misused-new': 'error',
|
|
103
|
-
'@typescript-eslint/no-namespace': 'error',
|
|
104
|
-
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
|
|
105
|
-
'@typescript-eslint/no-non-null-assertion': 'off',
|
|
106
|
-
'@typescript-eslint/no-this-alias': 'error',
|
|
107
|
-
'@typescript-eslint/no-unused-expressions': 'off',
|
|
108
|
-
'@typescript-eslint/no-unused-vars': [
|
|
109
|
-
'error',
|
|
110
|
-
{
|
|
111
|
-
args: 'none',
|
|
112
|
-
vars: 'all',
|
|
113
|
-
varsIgnorePattern: '^_',
|
|
114
|
-
caughtErrors: 'all',
|
|
115
|
-
caughtErrorsIgnorePattern: '^_',
|
|
116
|
-
ignoreRestSiblings: true
|
|
117
|
-
}
|
|
118
|
-
],
|
|
119
|
-
'@typescript-eslint/no-var-requires': 'error',
|
|
120
|
-
'@typescript-eslint/prefer-as-const': 'error',
|
|
121
|
-
'@typescript-eslint/prefer-function-type': 'error',
|
|
122
|
-
'@typescript-eslint/prefer-namespace-keyword': 'error',
|
|
123
|
-
'@typescript-eslint/quotes': ['error', 'single', { allowTemplateLiterals: true }],
|
|
124
|
-
'@typescript-eslint/semi': ['error', 'always'],
|
|
125
|
-
'@typescript-eslint/triple-slash-reference': 'error',
|
|
126
|
-
'@typescript-eslint/type-annotation-spacing': 'error',
|
|
127
|
-
'@typescript-eslint/unified-signatures': 'error',
|
|
128
|
-
'@typescript-eslint/no-shadow': 'warn',
|
|
129
|
-
'arrow-body-style': 'error',
|
|
130
|
-
'arrow-parens': [2, 'as-needed'],
|
|
131
|
-
'brace-style': ['error', '1tbs'],
|
|
132
|
-
'constructor-super': 'error',
|
|
133
|
-
curly: 'error',
|
|
134
|
-
'eol-last': 'error',
|
|
135
|
-
eqeqeq: ['error', 'smart'],
|
|
136
|
-
'guard-for-in': 'off',
|
|
137
|
-
'id-blacklist': 'off',
|
|
138
|
-
'id-match': 'off',
|
|
139
|
-
'max-len': [
|
|
140
|
-
'error',
|
|
141
|
-
{
|
|
142
|
-
code: 130,
|
|
143
|
-
ignoreUrls: true,
|
|
144
|
-
ignoreRegExpLiterals: true,
|
|
145
|
-
ignoreStrings: true,
|
|
146
|
-
ignoreTemplateLiterals: true,
|
|
147
|
-
ignoreComments: true
|
|
148
|
-
}
|
|
149
|
-
],
|
|
150
|
-
'no-array-constructor': 'off',
|
|
151
|
-
'no-bitwise': 'error',
|
|
152
|
-
'no-caller': 'error',
|
|
153
|
-
'no-console': [
|
|
154
|
-
'error',
|
|
155
|
-
{
|
|
156
|
-
allow: [
|
|
157
|
-
'log',
|
|
158
|
-
'warn',
|
|
159
|
-
'dir',
|
|
160
|
-
'timeLog',
|
|
161
|
-
'assert',
|
|
162
|
-
'clear',
|
|
163
|
-
'count',
|
|
164
|
-
'countReset',
|
|
165
|
-
'group',
|
|
166
|
-
'groupEnd',
|
|
167
|
-
'table',
|
|
168
|
-
'info',
|
|
169
|
-
'dirxml',
|
|
170
|
-
'error',
|
|
171
|
-
'groupCollapsed',
|
|
172
|
-
'Console',
|
|
173
|
-
'profile',
|
|
174
|
-
'profileEnd',
|
|
175
|
-
'timeStamp',
|
|
176
|
-
'context'
|
|
177
|
-
]
|
|
178
|
-
}
|
|
179
|
-
],
|
|
180
|
-
'no-debugger': 'error',
|
|
181
|
-
'no-empty': 'off',
|
|
182
|
-
'no-empty-function': 'off',
|
|
183
|
-
'no-eval': 'error',
|
|
184
|
-
'no-fallthrough': 'error',
|
|
185
|
-
'no-new-wrappers': 'error',
|
|
186
|
-
'no-restricted-imports': 'error',
|
|
187
|
-
'no-shadow': 'off',
|
|
188
|
-
'no-throw-literal': 'error',
|
|
189
|
-
'no-trailing-spaces': 'error',
|
|
190
|
-
'no-undef-init': 'error',
|
|
191
|
-
'no-underscore-dangle': 'off',
|
|
192
|
-
'no-unused-labels': 'error',
|
|
193
|
-
'no-unused-vars': 'off',
|
|
194
|
-
'no-var': 'error',
|
|
195
|
-
'prefer-const': 'off',
|
|
196
|
-
radix: 'off',
|
|
197
|
-
semi: [
|
|
198
|
-
'error',
|
|
199
|
-
'always',
|
|
200
|
-
{
|
|
201
|
-
omitLastInOneLineBlock: true
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
'spaced-comment': [
|
|
205
|
-
'error',
|
|
206
|
-
'always',
|
|
207
|
-
{
|
|
208
|
-
markers: ['/']
|
|
209
|
-
}
|
|
210
|
-
]
|
|
211
|
-
}
|
|
212
|
-
};
|
package/.vscode/launch.json
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"configurations": [
|
|
3
|
-
{
|
|
4
|
-
"name": "Unit Tests",
|
|
5
|
-
"type": "node",
|
|
6
|
-
"request": "launch",
|
|
7
|
-
"autoAttachChildProcesses": true,
|
|
8
|
-
"skipFiles": ["<node_internals>/**", "**/node_modules/**"],
|
|
9
|
-
"program": "${workspaceRoot}/node_modules/vitest/vitest.mjs",
|
|
10
|
-
"args": ["run"],
|
|
11
|
-
"smartStep": true,
|
|
12
|
-
"console": "integratedTerminal"
|
|
13
|
-
}
|
|
14
|
-
]
|
|
15
|
-
}
|
package/.vscode/settings.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"javascript.preferences.importModuleSpecifier": "relative",
|
|
3
|
-
"typescript.preferences.importModuleSpecifier": "relative",
|
|
4
|
-
"workbench.activityBar.location": "top",
|
|
5
|
-
"window.zoomLevel": 0,
|
|
6
|
-
"editor.stickyScroll.enabled": false,
|
|
7
|
-
"workbench.tree.enableStickyScroll": false,
|
|
8
|
-
"terminal.integrated.shellIntegration.decorationsEnabled": "never",
|
|
9
|
-
"editor.wrappingIndent": "indent",
|
|
10
|
-
"editor.codeActionsOnSave": {
|
|
11
|
-
"source.fixAll.eslint": "always",
|
|
12
|
-
"source.organizeImports": "never",
|
|
13
|
-
"source.removeUnusedImports": "always"
|
|
14
|
-
},
|
|
15
|
-
"eslint.validate": [
|
|
16
|
-
"javascript",
|
|
17
|
-
"typescript"
|
|
18
|
-
],
|
|
19
|
-
"eslint.run": "onType",
|
|
20
|
-
"editor.formatOnSave": true,
|
|
21
|
-
"typescript.suggest.autoImports": true,
|
|
22
|
-
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
23
|
-
"typescript.tsdk": "node_modules/typescript/lib",
|
|
24
|
-
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
25
|
-
}
|