Skip to content

Commit

Permalink
feat: add eslint replacements (#11)
Browse files Browse the repository at this point in the history
Adds `eslint-plugin-react` and `eslint-plugin-import` to the
replacements list.
  • Loading branch information
43081j authored May 5, 2024
1 parent 1b97d04 commit 17021eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/replacements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ export const preferredReplacements: Replacement[] = [
type: 'documented',
moduleName: 'builtin-modules',
docPath: 'is-builtin-module'
},
{
type: 'documented',
moduleName: 'eslint-plugin-react',
docPath: 'eslint-plugin-react'
},
{
type: 'documented',
moduleName: 'eslint-plugin-import',
docPath: 'eslint-plugin-import'
}
];

Expand Down

0 comments on commit 17021eb

Please sign in to comment.