Skip to content

Commit a4f2332

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 527eec0 commit a4f2332

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
@@ -29,7 +29,7 @@
2929
],
3030
"rules": {
3131
// Executable scripts should have a shebang
32-
"n/shebang": "off"
32+
"n/hashbang": "off"
3333
}
3434
}
3535
]

0 commit comments

Comments
 (0)