Skip to content

Commit 3a8d37d

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 69ef934 commit 3a8d37d

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
@@ -27,7 +27,7 @@
2727
"import/no-unused-modules": "off",
2828

2929
// Executable scripts should have a shebang
30-
"n/shebang": "off"
30+
"n/hashbang": "off"
3131
}
3232
}
3333
]

0 commit comments

Comments
 (0)