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.

11 lines 394 B
import { type ConfigArray } from 'typescript-eslint'; /** * This configuration is intended to be applied to ALL .ts and .tsx files * within an Nx workspace. * * It should therefore NOT contain any rules or plugins which are specific * to one ecosystem, such as React, Angular, Node etc. */ declare const config: ConfigArray; export default config; //# sourceMappingURL=typescript.d.ts.map