diff --git a/.changeset/real-ties-smoke.md b/.changeset/real-ties-smoke.md new file mode 100644 index 0000000..8eb1548 --- /dev/null +++ b/.changeset/real-ties-smoke.md @@ -0,0 +1,5 @@ +--- +'@secure-ci/core': patch +--- + +Fix linting diff --git a/deployments.ts b/deployments.ts index b71a594..6904253 100644 --- a/deployments.ts +++ b/deployments.ts @@ -1,12 +1,12 @@ type DeploymentKeys = -| 'ProxyModule#SCI' -| 'SciRegistry#SciRegistry' -| 'EnsRegistrar#EnsRegistrar' -| 'PublicListVerifier#PublicListVerifier' -| 'ProxyModule#TransparentUpgradeableProxy' -| 'ProxyModule#ProxyAdmin' -| 'SciModule#SCI' -| 'SciRegstrar#SciRegistrar'; + | 'ProxyModule#SCI' + | 'SciRegistry#SciRegistry' + | 'EnsRegistrar#EnsRegistrar' + | 'PublicListVerifier#PublicListVerifier' + | 'ProxyModule#TransparentUpgradeableProxy' + | 'ProxyModule#ProxyAdmin' + | 'SciModule#SCI' + | 'SciRegstrar#SciRegistrar'; export const deployments: { [key: string]: { [key: DeploymentKeys]: string } } = { '10': { diff --git a/scripts/build-deployment-address.ts b/scripts/build-deployment-address.ts index 4e18a03..cb18f77 100644 --- a/scripts/build-deployment-address.ts +++ b/scripts/build-deployment-address.ts @@ -31,8 +31,7 @@ async function main() { } // Convert the output data into a TypeScript file - const tsContent = -`type DeploymentKeys = + const tsContent = `type DeploymentKeys = | 'ProxyModule#SCI' | 'SciRegistry#SciRegistry' | 'EnsRegistrar#EnsRegistrar'