Skip to content

Commit b4dbb4c

Browse files
committed
fix: n/shebang => n/hashbang
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 <[email protected]>
1 parent 2334005 commit b4dbb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"rules": {
3030
// Executable scripts should have a shebang
31-
"n/shebang": "off"
31+
"n/hashbang": "off"
3232
}
3333
}
3434
]

0 commit comments

Comments
 (0)