Newer
Older
nocode-AR / .prettierrc.cjs
@Satou Fumiya Satou Fumiya on 9 Aug 2022 274 bytes first commit
module.exports = {
  // 一行に入れる文字数
  printWidth: 130,
  // タブの幅設定
  tabWidth: 2,
  //シングルクォートを使う
  singleQuote: true,
  //セミコロンが無いとエラーになる箇所にだけセミコロンを追加
  semi: false
}