Skip to content

Commit 3896cf6

Browse files
committed
refactor: ignore arrows in type annotations - weird migration
1 parent 1cf6a18 commit 3896cf6

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
@@ -256,7 +256,7 @@ module.exports = {
256256
"curly": "error",
257257
"@stylistic/type-annotation-spacing": [
258258
"error",
259-
{ "before": false, "after": true }
259+
{ "before": false, "after": true, "overrides": { "arrow": "ignore" } }
260260
],
261261
"@stylistic/arrow-spacing": [
262262
"error",

0 commit comments

Comments
 (0)