Skip to content

Commit

Permalink
Fix types import
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jun 21, 2024
1 parent 45944e2 commit 48a3622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rules/common.rule.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('@typescript-eslint/utils').TSESLint.FlatConfigArray} */
/** @type {import('@typescript-eslint/utils').TSESLint.FlatConfig} */

/* * */

Expand Down
2 changes: 1 addition & 1 deletion rules/next.rule.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('@typescript-eslint/utils').TSESLint.FlatConfigArray} */
/** @type {import('@typescript-eslint/utils').TSESLint.FlatConfig} */

/* * */

Expand Down
2 changes: 1 addition & 1 deletion rules/node.rule.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('@typescript-eslint/utils').TSESLint.FlatConfigArray} */
/** @type {import('@typescript-eslint/utils').TSESLint.FlatConfig} */

/* * */

Expand Down

0 comments on commit 48a3622

Please sign in to comment.