dev: Add @type to .eslintrc.js

This commit is contained in:
Cole Lawrence 2022-07-15 07:49:41 -04:00
parent ca65280b93
commit 7041c9f56f

View file

@ -18,8 +18,9 @@
*
* return atom
* ```
*
* @type {import("eslint").Linter.Config}
*/
module.exports = {
root: true,
plugins: ['unused-imports', 'eslint-plugin-tsdoc'],