Skip to content

Instantly share code, notes, and snippets.

@lesonky
Last active November 14, 2018 07:47
Show Gist options
  • Save lesonky/b7ec24bcf3609d02dd245bfa065c826e to your computer and use it in GitHub Desktop.
Save lesonky/b7ec24bcf3609d02dd245bfa065c826e to your computer and use it in GitHub Desktop.
prettier 插件配置 #prettier

prettier配置文件使用说明

  • 在项目目录下新建 .prettierrc.js
  • 复制上面的内容到文件

注意:

module.exports = {
trailingComma: "all",
tabWidth: 2,
singleQuote: true,
arrowParens: 'avoid'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment