mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-28 12:15:32 +08:00
* chore(gh): update GitHub's pull-request template * chore: use unified common prettier config * chore: add the mdx file to prettier * chore(gh): update contributing guide docs
5 lines
153 B
Plaintext
5 lines
153 B
Plaintext
{
|
|
"presets": ["@babel/preset-env", "@babel/preset-react"],
|
|
"plugins": [["import", { "libraryName": "@zeit-ui/react", "libraryDirectory": "esm" }]]
|
|
}
|