Skip to content

Commit

Permalink
remove deprecated TSEslint type (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao authored Nov 30, 2023
1 parent de1dfae commit 9174aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/src/eslint-config.cts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "@typescript-eslint/eslint-plugin";

import type { TSESLint } from "@typescript-eslint/utils/dist";

const config: TSESLint.Linter.Config = {
const config: TSESLint.Linter.ConfigType = {
root: true,
ignorePatterns: ["dist/", "*.js"],
parser: "@typescript-eslint/parser",
Expand Down

0 comments on commit 9174aa4

Please sign in to comment.