Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created July 31, 2018 11:01
Show Gist options
  • Save ThaddeusJiang/6199ee97cb177da3459a80e63786d033 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/6199ee97cb177da3459a80e63786d033 to your computer and use it in GitHub Desktop.
eslint 箭头函数,参数部分带括号
{
"arrow-parens": [0, "as-needed", { "requireForBlockBody": true }],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment