@perfective/eslint-config
Version:
ESLint shareable rules configuration
11 lines (10 loc) • 348 B
TypeScript
import { Linter } from 'eslint';
import { Glob } from '../../linter/glob';
/**
* Creates a flat config for `eslint-plugin-cypress` for a given list of files globs.
*
* Overrides some rules for `perfectiveEslintConfig` for compatibility with Cypress.
*
* @since v0.31.0
*/
export declare function cypressConfig(files?: Glob[]): Linter.Config;