import{LintMessage}from'../../types/eslint';/** * We need to define custom interface because of eslint architecture which * groups lint messages per file */interfaceFileAwareEsLintMessageextendsLintMessage{filePath?:string;}export{FileAwareEsLintMessage};