File tree Expand file tree Collapse file tree 14 files changed +15
-15
lines changed
docs/editors/sublime-text/scripts
lib/node_modules/@stdlib/math/strided/ops Expand file tree Collapse file tree 14 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1818* limitations under the License.
1919*/
2020
21- /* eslint-disable n/hashbang */
21+ /* eslint-disable n/shebang */
2222
2323'use strict' ;
2424
Original file line number Diff line number Diff line change 1818* limitations under the License.
1919*/
2020
21- /* eslint-disable n/hashbang */
21+ /* eslint-disable n/shebang */
2222
2323'use strict' ;
2424
Original file line number Diff line number Diff line change 1818* limitations under the License.
1919*/
2020
21- /* eslint-disable n/hashbang */
21+ /* eslint-disable n/shebang */
2222
2323'use strict' ;
2424
Original file line number Diff line number Diff line change 1818* limitations under the License.
1919*/
2020
21- /* eslint-disable n/hashbang */
21+ /* eslint-disable n/shebang */
2222
2323'use strict' ;
2424
Original file line number Diff line number Diff line change 1818* limitations under the License.
1919*/
2020
21- /* eslint-disable n/hashbang */
21+ /* eslint-disable n/shebang */
2222
2323'use strict' ;
2424
Original file line number Diff line number Diff line change 1818* limitations under the License.
1919*/
2020
21- /* eslint-disable n/hashbang */
21+ /* eslint-disable n/shebang */
2222
2323'use strict' ;
2424
Original file line number Diff line number Diff line change 1818* limitations under the License.
1919*/
2020
21- /* eslint-disable n/hashbang */
21+ /* eslint-disable n/shebang */
2222
2323'use strict' ;
2424
Original file line number Diff line number Diff line change 1818* limitations under the License.
1919*/
2020
21- /* eslint-disable n/hashbang */
21+ /* eslint-disable n/shebang */
2222
2323'use strict' ;
2424
Original file line number Diff line number Diff 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 //
Original file line number Diff line number Diff line change 1818* limitations under the License.
1919*/
2020
21- /* eslint-disable n/hashbang */
21+ /* eslint-disable n/shebang */
2222
2323'use strict' ;
2424
You can’t perform that action at this time.
0 commit comments