From b92db6761b8b83ece385b9a0de17fddba774a126 Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Mon, 13 May 2024 11:47:30 +0100 Subject: [PATCH] chore: eslint config type inference --- .eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index f652c05..d454c0f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,6 @@ +/** + * @type {import("eslint").Linter.Config} + */ module.exports = { root: true, parser: "@typescript-eslint/parser",