Skip to content

Commit ee6fc41

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 d2919fe commit ee6fc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

+1-1
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)