Skip to content

Commit 03b9988

Browse files
authored
chore: fix EditorConfig lint errors
PR-URL: stdlib-js#8219 Closes: stdlib-js#8215 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 150854b commit 03b9988

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)