We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b71b81 commit 4976211Copy full SHA for 4976211
.eslintrc.json
@@ -127,6 +127,7 @@
127
"varsIgnorePattern": "^(_+$|_[^_])"
128
}
129
],
130
+ "@typescript-eslint/no-inferrable-types": "off",
131
132
// Pending https://github.com/typescript-eslint/typescript-eslint/issues/4820
133
"@typescript-eslint/prefer-optional-chain": "off",
src/compiler/corePublic.ts
@@ -3,7 +3,6 @@
3
export const versionMajorMinor = "5.5";
4
// The following is baselined as a literal template type without intervention
5
/** The version of the TypeScript compiler release */
6
-// eslint-disable-next-line @typescript-eslint/no-inferrable-types
7
export const version: string = `${versionMajorMinor}.0-dev`;
8
9
/**
0 commit comments