@cimo/environment
Version:
Environment file processor. Light, fast and secure.
23 lines (22 loc) • 697 B
TypeScript
import { TSESLint, TSESTree } from "@typescript-eslint/utils";
declare const _default: {
rules: {
"no-array-assignment-for-object-type": {
meta: {
type: string;
docs: {
description: string;
recommended: boolean;
};
messages: {
noArrayAssignmentForObjectType: string;
};
schema: never[];
};
create(context: TSESLint.RuleContext<"noArrayAssignmentForObjectType", []>): {
TSArrayType(node: TSESTree.TSArrayType): void;
};
};
};
};
export default _default;