@nx/eslint-plugin
Version:
14 lines • 478 B
TypeScript
import { type ConfigArray } from 'typescript-eslint';
/**
* This configuration is intended to be applied to ONLY files which contain JSX/TSX
* code.
*
* It should therefore NOT contain any rules or plugins which are generic
* to all file types within variants of React projects.
*
* This configuration is intended to be combined with other configs from this
* package.
*/
declare const config: ConfigArray;
export default config;
//# sourceMappingURL=react-jsx.d.ts.map