diff --git a/packages/manager/.changeset/pr-10540-tech-stories-1717433580405.md b/packages/manager/.changeset/pr-10540-tech-stories-1717433580405.md new file mode 100644 index 00000000000..c30e5a2e3b6 --- /dev/null +++ b/packages/manager/.changeset/pr-10540-tech-stories-1717433580405.md @@ -0,0 +1,5 @@ +--- +"@linode/manager": Tech Stories +--- + +New `consistent-type-imports` es-lint warning ([#10540](https://github.com/linode/manager/pull/10540)) diff --git a/packages/manager/.eslintrc.cjs b/packages/manager/.eslintrc.cjs index 3c64f9b2c0e..d28ee97f89f 100644 --- a/packages/manager/.eslintrc.cjs +++ b/packages/manager/.eslintrc.cjs @@ -115,6 +115,7 @@ module.exports = { rules: { '@linode/cloud-manager/no-custom-fontWeight': 'error', '@typescript-eslint/camelcase': 'off', + "@typescript-eslint/consistent-type-imports": "warn", '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/interface-name-prefix': 'off',