Skip to content

Commit

Permalink
fix: disable unicorn/prefer-node-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Oct 31, 2023
1 parent ca42d51 commit 3beca8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,9 @@ module.exports = {
ignoreFunctionalComponents: true,
},
],

// Unicorn
// Next.js does not support node protocol imports yet
'unicorn/prefer-node-protocol': 'off',
},
}

0 comments on commit 3beca8d

Please sign in to comment.