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 (10 loc) 401 B
/** * THIS IS A TEMPORARY CONFIG WHICH MATCHES THE CURRENT BEHAVIOR * of including all the rules for all file types within the ESLint * config for React projects. * * It will be refactored in a follow up PR to correctly apply rules * to the right file types via overrides. */ declare const _default: import("@typescript-eslint/utils/ts-eslint").FlatConfig.ConfigArray; export default _default;