chore: use eslint flat config #113
Annotations
3 errors and 1 warning
Run npm run test-ci:
test/commands/schema-types.spec.ts#L51
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:51:2
|
Run npm run test-ci:
test/commands/schema-types.spec.ts#L84
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:84:2
|
Run npm run test-ci
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading