dev: Add @type to .eslintrc.js
This commit is contained in:
parent
ca65280b93
commit
7041c9f56f
1 changed files with 2 additions and 1 deletions
|
@ -18,8 +18,9 @@
|
||||||
*
|
*
|
||||||
* return atom
|
* return atom
|
||||||
* ```
|
* ```
|
||||||
|
*
|
||||||
|
* @type {import("eslint").Linter.Config}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
root: true,
|
root: true,
|
||||||
plugins: ['unused-imports', 'eslint-plugin-tsdoc'],
|
plugins: ['unused-imports', 'eslint-plugin-tsdoc'],
|
||||||
|
|
Loading…
Reference in a new issue