Skip to content

Commit b7651d4

Browse files
not-an-aardvarkilyavolodin
authored andcommitted
Chore: enable array-bracket-spacing on ESLint codebase (#7830)
There were about 900 existing violations with the `never` option, and about 20000 existing violations with the `always` option enabled, so I used the default `never` option. The changes were all made using ESLint's autofixer.
1 parent 82d9b63 commit b7651d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function formatMessage(message, parentResult) {
5959
sourceCode ? `at ${filePath}:` : `at ${filePath}`,
6060
].filter(String).join(" ");
6161

62-
const result = [ firstLine ];
62+
const result = [firstLine];
6363

6464
if (sourceCode) {
6565
result.push(

0 commit comments

Comments
 (0)