Skip to content

Commit 8c36ac3

Browse files
committed
bench: replace eslint-plugin-node with eslint-plugin-n
1 parent 5588a33 commit 8c36ac3

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

docs/editors/sublime-text/scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable n/hashbang */
21+
/* eslint-disable n/shebang */
2222

2323
'use strict';
2424

docs/editors/sublime-text/scripts/completions/awk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable n/hashbang */
21+
/* eslint-disable n/shebang */
2222

2323
'use strict';
2424

docs/editors/sublime-text/scripts/completions/bash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable n/hashbang */
21+
/* eslint-disable n/shebang */
2222

2323
'use strict';
2424

docs/editors/sublime-text/scripts/completions/javascript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable n/hashbang */
21+
/* eslint-disable n/shebang */
2222

2323
'use strict';
2424

docs/editors/sublime-text/scripts/completions/julia.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable n/hashbang */
21+
/* eslint-disable n/shebang */
2222

2323
'use strict';
2424

docs/editors/sublime-text/scripts/completions/python.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable n/hashbang */
21+
/* eslint-disable n/shebang */
2222

2323
'use strict';
2424

docs/editors/sublime-text/scripts/completions/r.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable n/hashbang */
21+
/* eslint-disable n/shebang */
2222

2323
'use strict';
2424

docs/editors/sublime-text/scripts/license_header_snippets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable n/hashbang */
21+
/* eslint-disable n/shebang */
2222

2323
'use strict';
2424

etc/eslint/rules/nodejs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,12 +380,12 @@ rules[ 'n/process-exit-as-throw' ] = 'error';
380380
/**
381381
* Suggest correct usage of shebang for `bin` files.
382382
*
383-
* @name n/hashbang
383+
* @name n/shebang
384384
* @memberof rules
385385
* @type {Array}
386386
* @see [node/shebang]{@link https://github.com/eslint-community/eslint-plugin-n/blob/HEAD/docs/rules/shebang.md}
387387
*/
388-
rules[ 'n/hashbang' ] = [ 'off' ];
388+
rules[ 'n/shebang' ] = [ 'off' ];
389389

390390

391391
// EXPORTS //

lib/node_modules/@stdlib/math/strided/ops/add/scripts/dtypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable n/hashbang */
21+
/* eslint-disable n/shebang */
2222

2323
'use strict';
2424

0 commit comments

Comments
 (0)