Skip to content

Commit 4d6725c

Browse files
committed
feat(#41): add support for flat config
1 parent d5ef197 commit 4d6725c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,13 @@ export const rules = {
1616
'folder-naming-convention': FolderNamingConvention,
1717
'no-index': NoIndex,
1818
};
19+
20+
const plugin = {
21+
meta: {
22+
name: 'eslint-plugin-check-file',
23+
version: '2.7.1',
24+
},
25+
rules,
26+
};
27+
28+
export default plugin;

0 commit comments

Comments
 (0)