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.

5 lines (4 loc) 194 B
import type { TSESLint } from '@typescript-eslint/utils'; type ESLintRules = Record<string, TSESLint.RuleModule<string, unknown[]>>; export declare const workspaceRules: ESLintRules; export {};