Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

// MODULES //

var config = require( './etc/commitlint/.commitlintrc.js' ); // eslint-disable-line node/no-unpublished-require
var config = require( './etc/commitlint/.commitlintrc.js' ); // eslint-disable-line n/no-unpublished-require


// EXPORTS //
Expand Down
2 changes: 0 additions & 2 deletions docs/editors/sublime-text/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* limitations under the License.
*/

/* eslint-disable node/shebang */

'use strict';

// Generate license header snippets:
Expand Down
2 changes: 0 additions & 2 deletions docs/editors/sublime-text/scripts/completions/awk.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* limitations under the License.
*/

/* eslint-disable node/shebang */
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Planeshifter Why is this no longer applicable? It seems like n/hashbang is the same rule as node/shebang, so I am curious how this rule no longer applies.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This obviously applies to the other files.


'use strict';

// MODULES //
Expand Down
2 changes: 0 additions & 2 deletions docs/editors/sublime-text/scripts/completions/bash.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* limitations under the License.
*/

/* eslint-disable node/shebang */

'use strict';

// MODULES //
Expand Down
2 changes: 0 additions & 2 deletions docs/editors/sublime-text/scripts/completions/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* limitations under the License.
*/

/* eslint-disable node/shebang */

'use strict';

// MODULES //
Expand Down
2 changes: 0 additions & 2 deletions docs/editors/sublime-text/scripts/completions/julia.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* limitations under the License.
*/

/* eslint-disable node/shebang */

'use strict';

// MODULES //
Expand Down
2 changes: 0 additions & 2 deletions docs/editors/sublime-text/scripts/completions/python.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* limitations under the License.
*/

/* eslint-disable node/shebang */

'use strict';

// MODULES //
Expand Down
2 changes: 0 additions & 2 deletions docs/editors/sublime-text/scripts/completions/r.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* limitations under the License.
*/

/* eslint-disable node/shebang */

'use strict';

// MODULES //
Expand Down
2 changes: 0 additions & 2 deletions docs/editors/sublime-text/scripts/license_header_snippets.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* limitations under the License.
*/

/* eslint-disable node/shebang */

'use strict';

// MODULES //
Expand Down
2 changes: 1 addition & 1 deletion etc/eslint/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

// ESLint plugins:
var plugins = [
'node',
'n',
'stdlib',
'@cspell'
];
Expand Down
Loading
Loading