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.

13 lines (12 loc) 502 B
/** * This configuration is intended to be applied to ONLY .ts and .tsx files within a * React project in an Nx workspace. * * It should therefore NOT contain any rules or plugins which are generic * to all variants of React projects, e.g. TypeScript vs JavaScript, .js vs .jsx etc * * This configuration is intended to be combined with other configs from this * package. */ declare const _default: import("@typescript-eslint/utils/ts-eslint").FlatConfig.ConfigArray; export default _default;