/** * @file - Configuration for "eslint-plugin-yml" * @author - Jeff Beck. * @ref - https://www.npmjs.com/package/eslint-plugin-yml * @ref - https://github.com/ota-meshi/eslint-plugin-yml * @ref - https://ota-meshi.github.io/eslint-plugin-yml/ */ declare const pluginYml: import("eslint/config").Config[]; export default pluginYml; //# sourceMappingURL=yml.d.ts.map