source:
frontend/node_modules/fork-ts-checker-webpack-plugin/lib/eslint-reporter/EsLintReporterOptions.d.ts
| Last change on this file was 9af201e, checked in by , 13 days ago | |
|---|---|
|
|
| File size: 238 bytes | |
| Line | |
|---|---|
| 1 | import { CLIEngineOptions } from './types/eslint'; |
| 2 | declare type EsLintReporterOptions = { |
| 3 | files: string | string[]; |
| 4 | enabled?: boolean; |
| 5 | memoryLimit?: number; |
| 6 | options?: CLIEngineOptions; |
| 7 | }; |
| 8 | export { EsLintReporterOptions }; |
Note:
See TracBrowser
for help on using the repository browser.
