Skip to content
Merged
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 */
Comment thread
Planeshifter marked this conversation as resolved.

'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 Expand Up @@ -150,7 +148,7 @@
};

// Snippet template:
var TEMPLATE = readFileSync( join( __dirname, 'snippet_template.txt' ), FOPTS );

Check warning on line 151 in docs/editors/sublime-text/scripts/license_header_snippets.js

View workflow job for this annotation

GitHub Actions / Lint Changed Files

Unexpected sync method: 'readFileSync'

// Output directory:
var OUT_DIR = resolve( __dirname, '..', 'snippets' );
Expand Down Expand Up @@ -228,7 +226,7 @@
} else {
fpath = join( OUT_DIR, 'stdlib-license-'+lang+'.sublime-snippet' );
}
writeFileSync( fpath, snippet, FOPTS );

Check warning on line 229 in docs/editors/sublime-text/scripts/license_header_snippets.js

View workflow job for this annotation

GitHub Actions / Lint Changed Files

Unexpected sync method: 'writeFileSync'

debug( 'Successfully generated license header snippet.' );
}
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