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 16, 2024
1 parent 33c81d0 commit 1c6a5e3
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 @@ -28,7 +28,7 @@
"import/no-unused-modules": "off",

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

0 comments on commit 1c6a5e3

Please sign in to comment.