chore: use eslint flat config #111
Annotations
11 errors and 1 warning
test/commands/schema-types.spec.ts > should successfully create d.ts files from the replicant schemas and create an index.d.ts file:
test/commands/schema-types.spec.ts#L49
Error: Snapshot `should successfully create d.ts files from the replicant schemas and create an index.d.ts file 1` mismatched
- Expected
+ Received
@@ -1,5 +1,6 @@
+ /* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
❯ test/commands/schema-types.spec.ts:49:2
|
test/commands/schema-types.spec.ts > should successfully compile the config schema:
test/commands/schema-types.spec.ts#L82
Error: Snapshot `should successfully compile the config schema 1` mismatched
- Expected
+ Received
@@ -1,5 +1,6 @@
+ /* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
❯ test/commands/schema-types.spec.ts:82:2
|
test (20)
Process completed with exit code 1.
|
test (22)
The job was canceled because "_20" failed.
|
test/commands/schema-types.spec.ts > should successfully create d.ts files from the replicant schemas and create an index.d.ts file:
test/commands/schema-types.spec.ts#L49
Error: Snapshot `should successfully create d.ts files from the replicant schemas and create an index.d.ts file 1` mismatched
- Expected
+ Received
@@ -1,5 +1,6 @@
+ /* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
❯ test/commands/schema-types.spec.ts:49:2
|
test/commands/schema-types.spec.ts > should successfully compile the config schema:
test/commands/schema-types.spec.ts#L82
Error: Snapshot `should successfully compile the config schema 1` mismatched
- Expected
+ Received
@@ -1,5 +1,6 @@
+ /* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
❯ test/commands/schema-types.spec.ts:82:2
|
test (22)
Process completed with exit code 1.
|
test (18)
The job was canceled because "_20" failed.
|
test/commands/schema-types.spec.ts > should successfully create d.ts files from the replicant schemas and create an index.d.ts file:
test/commands/schema-types.spec.ts#L49
Error: Snapshot `should successfully create d.ts files from the replicant schemas and create an index.d.ts file 1` mismatched
- Expected
+ Received
@@ -1,5 +1,6 @@
+ /* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
❯ test/commands/schema-types.spec.ts:49:2
|
test/commands/schema-types.spec.ts > should successfully compile the config schema:
test/commands/schema-types.spec.ts#L82
Error: Snapshot `should successfully compile the config schema 1` mismatched
- Expected
+ Received
@@ -1,5 +1,6 @@
+ /* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
❯ test/commands/schema-types.spec.ts:82:2
|
test (18)
Process completed with exit code 1.
|
test (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|