Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6e9c2cc

Browse files
authored
test: move declaration
Signed-off-by: Athan <kgryte@gmail.com>
1 parent e1106ec commit 6e9c2cc

File tree

1 file changed

+1
-2
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/no-unnecessary-nested-functions/test/fixtures

1 file changed

+1
-2
lines changed

‎lib/node_modules/@stdlib/_tools/eslint/rules/no-unnecessary-nested-functions/test/fixtures/unvalidated.js‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
'use strict';
2020

2121
var unvalidated = [];
22-
var test;
2322

2423
// Function declaration inside IIFE (intentionally isolated):
25-
test = {
24+
vartest = {
2625
'code': [
2726
'(function() {',
2827
' function inner() {',

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /