Skip to content

Commit a0e941e

Browse files
committed
fix EditorConfig lint error: use tabs instead of spaces
1 parent 6006497 commit a0e941e

File tree

1 file changed

+18
-18
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/line-closing-bracket-spacing/examples

1 file changed

+18
-18
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/line-closing-bracket-spacing/examples/index.js

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,22 @@ var result = linter.verify( code, {
4545
});
4646
console.log( result );
4747
/* =>
48-
[
49-
{
50-
'ruleId': 'line-closing-bracket-spacing',
51-
'severity': 2,
52-
'message': 'No spaces allowed between a closing parenthesis or bracket and a nested object or array expression at the beginning of a line',
53-
'line': 3,
54-
'column': 3,
55-
'nodeType': 'CallExpression'
56-
},
57-
{
58-
'ruleId': 'line-closing-bracket-spacing',
59-
'severity': 2,
60-
'message': 'No spaces allowed between a closing parenthesis or bracket and a nested object or array expression at the beginning of a line',
61-
'line': 6,
62-
'column': 13,
63-
'nodeType': 'ArrayExpression'
64-
}
65-
]
48+
[
49+
{
50+
'ruleId': 'line-closing-bracket-spacing',
51+
'severity': 2,
52+
'message': 'No spaces allowed between a closing parenthesis or bracket and a nested object or array expression at the beginning of a line',
53+
'line': 3,
54+
'column': 3,
55+
'nodeType': 'CallExpression'
56+
},
57+
{
58+
'ruleId': 'line-closing-bracket-spacing',
59+
'severity': 2,
60+
'message': 'No spaces allowed between a closing parenthesis or bracket and a nested object or array expression at the beginning of a line',
61+
'line': 6,
62+
'column': 13,
63+
'nodeType': 'ArrayExpression'
64+
}
65+
]
6666
*/

0 commit comments

Comments
 (0)