Skip to content

Commit d638ed0

Browse files
committed
Working version of migrated code
1 parent e9409bc commit d638ed0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+174
-348
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"json.schemas": [
44
{
55
"fileMatch": ["src/bundles/**/manifest.json"],
6-
"url": "./lib/buildtools/src/build/modules/manifest.schema.json"
6+
"url": "./lib/repotools/src/manifest.schema.json"
77
},
88
{
99
"fileMatch": ["tsconfig.json", "tsconfig.*.json"],

eslint.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,11 @@ export default tseslint.config(
334334
},
335335
{
336336
name: 'Rules specifically for files that interact with Node only',
337-
files: ['lib/buildtools/**/*.ts', '**/vitest.config.js'],
337+
files: [
338+
'lib/buildtools/**/*.ts',
339+
'lib/repotools/**/*.ts',
340+
'**/vitest.config.js'
341+
],
338342
rules: {
339343
'import/extensions': ['error', 'ignorePackages'],
340344
}

0 commit comments

Comments
 (0)