Skip to content
Draft
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 */

'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
8 changes: 4 additions & 4 deletions etc/eslint/overrides/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ var overrides = [
'skipComments': true
}],
'no-restricted-syntax': restrictedSyntaxConfig,
'require-jsdoc': 'off',
'jsdoc/require-jsdoc': 'off',
'stdlib/jsdoc-private-annotation': 'off',
'stdlib/jsdoc-doctest': 'off',
'stdlib/no-unnecessary-nested-functions': 'off'
Expand All @@ -101,7 +101,7 @@ var overrides = [
'no-new-wrappers': 'warn',
'vars-on-top': 'off',
'no-console': 'off',
'require-jsdoc': 'off',
'jsdoc/require-jsdoc': 'off',
'stdlib/jsdoc-private-annotation': 'off',
'stdlib/jsdoc-doctest': 'off',
'stdlib/no-unnecessary-nested-functions': 'off',
Expand All @@ -119,7 +119,7 @@ var overrides = [
'skipComments': true
}],
'no-restricted-syntax': restrictedSyntaxConfig,
'require-jsdoc': 'off',
'jsdoc/require-jsdoc': 'off',
'stdlib/jsdoc-private-annotation': 'off',
'stdlib/jsdoc-doctest': 'off',
'stdlib/no-unnecessary-nested-functions': 'off',
Expand Down Expand Up @@ -155,7 +155,7 @@ var overrides = [
'no-tabs': 'error',
'no-undef': 'off',
'no-unused-vars': 'off',
'require-jsdoc': 'off',
'jsdoc/require-jsdoc': 'off',
'stdlib/jsdoc-private-annotation': 'off',
'stdlib/jsdoc-return-annotations-values': 'off',
'stdlib/no-unnecessary-nested-functions': 'off',
Expand Down
3 changes: 2 additions & 1 deletion etc/eslint/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

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