Skip to content

Commit

Permalink
feat: add eslint-plugin-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehoczky committed May 15, 2024
1 parent 969f80d commit 75ee248
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/replacements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ export const preferredReplacements: Replacement[] = [
type: 'documented',
moduleName: 'eslint-plugin-import',
docPath: 'eslint-plugin-import'
},
{
type: 'documented',
moduleName: 'eslint-plugin-node',
docPath: 'eslint-plugin-node'
}
];

Expand Down

0 comments on commit 75ee248

Please sign in to comment.