Skip to content

Commit

Permalink
feat(#41): add support for flat config
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeluo committed Apr 13, 2024
1 parent d5ef197 commit 4d6725c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 4d6725c

Please sign in to comment.