Skip to content

Commit

Permalink
sr(api): remove unnecessary eslint patch fixupPluginRule on import pl…
Browse files Browse the repository at this point in the history
…ugin
  • Loading branch information
yannbertrand committed Aug 13, 2024
1 parent 28f4314 commit 9e95ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = [
prettier,
{ plugins: { 'chai-expect': fixupPluginRules(chai) } },
n,
{ plugins: { import: fixupPluginRules(_import) } },
{ plugins: { import: _import } },
{ plugins: { knex: fixupPluginRules(knex) } },
{ plugins: { unicorn } },
{
Expand Down

0 comments on commit 9e95ed1

Please sign in to comment.