You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: upgrade @typescript-eslint/utils to v6 (#1508)
* feat: upgrade to `@typescript-eslint/utils` v6
* chore: remove invalid module declarations
* fix: update `docs` meta property on rules
* chore: cast `context.settings` for now
* refactor: update deprecated method calls
* fix: update types for `JSONSchema4`
* test(unbound-method): update cases and structure
* test(unbound-method): use `TSESLint.RuleTester`
* test(unbound-method): include filename for invalid cases
* test(unbound-method): don't run broken test when using `@typescript-eslint` v5
* fix: address deprecation warning
* Returns a list of variables declared by the given node.
39
-
* This information can be used to track references to variables.
40
-
* @since 8.38.0
41
-
*/
42
-
getDeclaredVariables(
43
-
node: TSESTree.Node,
44
-
): readonlyTSESLint.Scope.Variable[];
45
-
}
46
-
}
47
-
48
15
// copied from https://github.com/babel/babel/blob/d8da63c929f2d28c401571e2a43166678c555bc4/packages/babel-helpers/src/helpers.js#L602-L606
0 commit comments