Skip to content

Commit 5588a33

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

13 files changed

Lines changed: 13 additions & 0 deletions

File tree

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

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

21+
/* eslint-disable n/hashbang */
2122

2223
'use strict';
2324

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

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

21+
/* eslint-disable n/hashbang */
2122

2223
'use strict';
2324

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

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

21+
/* eslint-disable n/hashbang */
2122

2223
'use strict';
2324

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

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

21+
/* eslint-disable n/hashbang */
2122

2223
'use strict';
2324

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

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

21+
/* eslint-disable n/hashbang */
2122

2223
'use strict';
2324

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

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

21+
/* eslint-disable n/hashbang */
2122

2223
'use strict';
2324

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

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

21+
/* eslint-disable n/hashbang */
2122

2223
'use strict';
2324

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

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

21+
/* eslint-disable n/hashbang */
2122

2223
'use strict';
2324

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

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

21+
/* eslint-disable n/hashbang */
2122

2223
'use strict';
2324

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

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

21+
/* eslint-disable n/hashbang */
2122

2223
'use strict';
2324

0 commit comments

Comments
 (0)