Skip to content

Commit c17366a

Browse files
committed
chore: remove unnecessary brackets now that "prettier/prettier" rule is no longer an array -- this a purely cosmetic change
1 parent 27bed01 commit c17366a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"camelcase": ["error", { "allow": ["^unstable_"] }],
1313
"no-unused-vars": [2, { "args": "all", "argsIgnorePattern": "^_" }],
1414
"no-warning-comments": 0,
15-
"prettier/prettier": ["error"]
15+
"prettier/prettier": "error"
1616
}
1717
}

0 commit comments

Comments
 (0)