Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
fix(plugin): move from extends to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-leblanc committed Apr 7, 2022
1 parent c9465fa commit 786a750
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = {
'./rules/common/prettier',
'./rules/common/comments',
'./rules/common/sonarjs',
'./rules/common/no-mongo-objectid',
],
plugins: ['./plugins/no-mongo-objectid'],
}
File renamed without changes.

0 comments on commit 786a750

Please sign in to comment.