File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11import { inspect } from "util" ;
2+
3+ import type { IRuleDefinition } from "../interfaces/IRuleDefinition" ;
4+
25import { AdvancedConfig } from "../interfaces/AdvancedRuleConfig" ;
36import { AdvancedRuleDefinition } from "../interfaces/AdvancedRuleDefintion" ;
47import { AdvancedSuppression } from "../interfaces/AdvancedSuppression" ;
5- import { IRuleDefinition , ResultDetails } from "../internals/internals" ;
8+ import { ResultDetails } from "../internals/internals" ;
69import { Flow } from "./Flow" ;
710import { RuleCommon } from "./RuleCommon" ;
811import { RuleInfo } from "./RuleInfo" ;
Original file line number Diff line number Diff line change 11import * as core from "../internals/internals" ;
22import { AdvancedRule } from "../models/AdvancedRule" ;
33
4- export class AutoLayout extends AdvancedRule implements core . IRuleDefinition {
4+ export class AutoLayout extends AdvancedRule {
55 constructor ( ) {
66 super ( {
77 autoFixable : false ,
You can’t perform that action at this time.
0 commit comments