From 7041c9f56f241c4593ecc52c2816ea7b5b81beda Mon Sep 17 00:00:00 2001 From: Cole Lawrence Date: Fri, 15 Jul 2022 07:49:41 -0400 Subject: [PATCH] dev: Add @type to .eslintrc.js --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index ae39c28..f79a470 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,8 +18,9 @@ * * return atom * ``` + * + * @type {import("eslint").Linter.Config} */ - module.exports = { root: true, plugins: ['unused-imports', 'eslint-plugin-tsdoc'],