UNPKG

eslint-plugin-snarkyjs

Version:

SnarkyJS rules for ESLint

4 lines (3 loc) 327 B
export declare const CIRCUIT_METHOD_DECORATOR = "MethodDefinition:has(Decorator[expression.name=\"method\"])"; export declare const SMART_CONTRACT_DEFINITION = "ClassDeclaration:has(Identifier[name=\"SmartContract\"])"; export declare const CIRCUIT_VALUE_DEFINITION = "ClassDeclaration:has(Identifier[name=\"CircuitValue\"])";