Skip to content

Commit

Permalink
change: [M3-6541] - eslint: consistent-type-imports (#10540)
Browse files Browse the repository at this point in the history
* eslint: consistent-type-imports

* Added changeset: New `consistent-type-imports` es-lint warning

* modify changeset
  • Loading branch information
abailly-akamai authored Jun 5, 2024
1 parent b78edb7 commit d52ad40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tech Stories
---

New `consistent-type-imports` es-lint warning ([#10540](https://github.com/linode/manager/pull/10540))
1 change: 1 addition & 0 deletions packages/manager/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d52ad40

Please sign in to comment.