We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c022ff2 + dd8fa3d commit cc16b71Copy full SHA for cc16b71
bin/changelog.js
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env node
2
+
3
/* eslint-disable no-console */
4
5
'use strict';
eslint.config.mjs
@@ -210,6 +210,12 @@ export default [
210
'**/*.cjs',
211
],
212
},
213
+ {
214
+ files: ['bin/changelog.js'],
215
+ rules: {
216
+ 'n/hashbang': 'off',
217
+ },
218
219
{
220
files: [
221
'**/rollup.config.mjs',
0 commit comments