Skip to content

Commit cc16b71

Browse files
authored
Merge pull request #20875 from emberjs/kg-fix-executable-changelog
Put back the hashbang for changelog.js for convenience
2 parents c022ff2 + dd8fa3d commit cc16b71

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

bin/changelog.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
/* eslint-disable no-console */
24

35
'use strict';

eslint.config.mjs

+6
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,12 @@ export default [
210210
'**/*.cjs',
211211
],
212212
},
213+
{
214+
files: ['bin/changelog.js'],
215+
rules: {
216+
'n/hashbang': 'off',
217+
},
218+
},
213219
{
214220
files: [
215221
'**/rollup.config.mjs',

0 commit comments

Comments
 (0)