diff --git a/.eslintrc.js b/.eslintrc.js index f652c058..d454c0f2 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,6 @@ +/** + * @type {import("eslint").Linter.Config} + */ module.exports = { root: true, parser: "@typescript-eslint/parser",