- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
import { ESLint } from 'eslint';
|
|
|
|
declare const eslintPluginPrettier: ESLint.Plugin;
|
|
|
|
export = eslintPluginPrettier;
|