@nx/eslint-plugin
Version:
18 lines • 696 B
TypeScript
import { type ConfigArray } from 'typescript-eslint';
/**
* This configuration is intended to be applied to ALL files within a React
* project in an Nx workspace.
*
* It should therefore NOT contain any rules or plugins which are specific
* to one particular variant, e.g. TypeScript vs JavaScript, .js vs .jsx etc
*
* This configuration is intended to be combined with other configs from this
* package.
*/
/**
* Rule set originally adapted from:
* https://github.com/facebook/create-react-app/blob/567f36c9235f1e1fd4a76dc6d1ae00be754ca047/packages/eslint-config-react-app/index.js
*/
declare const config: ConfigArray;
export default config;
//# sourceMappingURL=react-base.d.ts.map