Skip to content

Commit

Permalink
chore(eslint): update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dipendraupreti committed Sep 25, 2024
1 parent c059570 commit ccfd694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/eslint-config-custom/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ module.exports = [
nodePlugin.configs["flat/recommended"],
{
rules: {
// [DU 2024-SEP-24]: Issue unresolved: Problem occurs when importing modules locally.
// There is currently issue going on below this rule.
// https://github.com/eslint-community/eslint-plugin-n/issues/286
"n/no-missing-import": "off",
"n/no-unpublished-import": [
"error",
Expand Down

0 comments on commit ccfd694

Please sign in to comment.