feat: add a readonly properties handling eslint rule #1583
Annotations
4 errors
Lint:
v-next/hardhat-keystore/src/internal/keystores/unencrypted-keystore.ts#L6
Use Readonly<T> instead of T for non-primitive readonly properties
|
Lint:
v-next/hardhat-keystore/src/internal/loaders/keystore-file-loader.ts#L18
Use Readonly<T> instead of T for non-primitive readonly properties
|
Lint:
v-next/hardhat-keystore/src/internal/loaders/keystore-file-loader.ts#L19
Use Readonly<T> instead of T for non-primitive readonly properties
|
Lint
Process completed with exit code 1.
|
Loading