Skip to content

Commit

Permalink
Merge pull request lin-123#4 from ChasLui/cn
Browse files Browse the repository at this point in the history
fix: Wrong character
  • Loading branch information
lin-123 committed Dec 18, 2019
2 parents 7bb7227 + 0d26d5e commit f4e6a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ Other Style Guides

<a name="10.5"></a>
<a name="modules--no-mutable-exports"></a>
- [10.5](#modules--no-mutable-exports) 不要到处可变的东西
- [10.5](#modules--no-mutable-exports) 不要导出可变的东西
eslint: [`import/no-mutable-exports`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-mutable-exports.md)
> Why? 变化通常都是需要避免,特别是当你要输出可变的绑定。虽然在某些场景下可能需要这种技术,但总的来说应该导出常量。

Expand Down

0 comments on commit f4e6a2e

Please sign in to comment.