diff --git a/lib/index.js b/lib/index.js index 320f8fe..936ba7a 100644 --- a/lib/index.js +++ b/lib/index.js @@ -16,3 +16,13 @@ export const rules = { 'folder-naming-convention': FolderNamingConvention, 'no-index': NoIndex, }; + +const plugin = { + meta: { + name: 'eslint-plugin-check-file', + version: '2.7.1', + }, + rules, +}; + +export default plugin;