File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
lib/node_modules/@stdlib/_tools/eslint/rules/line-closing-bracket-spacing/examples Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -45,22 +45,22 @@ var result = linter.verify( code, {
45
45
} ) ;
46
46
console . log ( result ) ;
47
47
/* =>
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
+ ]
66
66
*/
You can’t perform that action at this time.
0 commit comments