add type annotations to local plugins

This commit is contained in:
Samuel Newman
2026-03-31 14:40:48 +03:00
parent 49bfe69827
commit 2a33f9c4a9
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ function getTagName(node) {
return reversedIdentifiers.reverse().join('.')
}
/** @type {import('eslint').Rule.RuleModule} */
module.exports = {
meta: {
type: 'problem',