parentSelectorLinter.d.ts 87 B

123
  1. import type { Linter } from '..';
  2. declare const linter: Linter;
  3. export default linter;