UNPKG

@nx/eslint-plugin

Version:

The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.

3 lines (2 loc) 95 B
import { Tree } from '@nx/devkit'; export default function migrate(tree: Tree): Promise<void>;