Skip to content

Commit

Permalink
fix: replace node/no-unpublished-import
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarJaroudi committed Dec 16, 2024
1 parent 476591a commit 3075eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
specialLink: ["to"],
},
],
"node/no-unpublished-import": [
"n/no-unpublished-import": [
"error",
{
allowModules: [
Expand Down
2 changes: 1 addition & 1 deletion legacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
specialLink: ["to"],
},
],
"node/no-unpublished-import": [
"n/no-unpublished-import": [
"error",
{
allowModules: [
Expand Down

0 comments on commit 3075eca

Please sign in to comment.