generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import { AST, Rule } from 'eslint';
|
||||
|
||||
|
||||
|
||||
declare function parse(
|
||||
path: string,
|
||||
content: string,
|
||||
context: Rule.RuleContext
|
||||
): AST.Program | null | undefined;
|
||||
|
||||
export default parse;
|
||||
Reference in New Issue
Block a user