|
Last change
on this file since 99ab276 was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
245 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | import { Rule, Scope } from 'eslint';
|
|---|
| 2 | import * as ESTree from 'estree';
|
|---|
| 3 |
|
|---|
| 4 | declare function declaredScope(
|
|---|
| 5 | context: Rule.RuleContext,
|
|---|
| 6 | name: string,
|
|---|
| 7 | node?: ESTree.Node,
|
|---|
| 8 | ): Scope.Scope['type'] | undefined;
|
|---|
| 9 |
|
|---|
| 10 | export default declaredScope;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.