Skip to content

Commit 39b077f

Browse files
authored
fix: typo in rules section (#151)
1 parent c6e42a6 commit 39b077f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ If you have a special project setup that does not have a babel config in the pro
118118
{
119119
"alias": {
120120
"@": "./src",
121-
"@components: "./src/components"
121+
"@components": "./src/components"
122122
}
123123
}
124124
]

0 commit comments

Comments
 (0)