UNPKG

@nx-dart/nx-dart

Version:

A Nx plugin, that adds support for developing Dart and Flutter packages in a Nx workspace

6 lines (4 loc) 128 B
import { LintRules } from '../workspace/analysis-options'; export interface ChangeLintsGeneratorSchema { lints: LintRules; }