Skip to content

Commit

Permalink
fix: n/shebang => n/hashbang
Browse files Browse the repository at this point in the history
Update rule n/shebang to n/hashbang to override the recommended
configuration in eslint-plugin-n@^17.0.0 as a result of
<eslint-community/eslint-plugin-n#198>.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
  • Loading branch information
kevinoid committed Nov 13, 2024
1 parent 69ef934 commit 3a8d37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"import/no-unused-modules": "off",

// Executable scripts should have a shebang
"n/shebang": "off"
"n/hashbang": "off"
}
}
]
Expand Down

0 comments on commit 3a8d37d

Please sign in to comment.