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'],