chore: use eslint flat config #111
Annotations
4 errors
|
Run npm run test-ci:
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
|
Run npm run test-ci:
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
|
Run npm run test-ci
Process completed with exit code 1.
|
Loading