ソースを参照

Separate prettierrc

Use separate file
master
コミット
eb7f4a80a1
2個のファイルの変更6行の追加6行の削除
  1. +6
    -0
      .prettierrc
  2. +0
    -6
      package.json

+ 6
- 0
.prettierrc ファイルの表示

@@ -0,0 +1,6 @@
{
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}

+ 0
- 6
package.json ファイルの表示

@@ -45,12 +45,6 @@
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "@theoryofnekomata/formxtra",
"author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
"module": "dist/get-form-values.esm.js",


読み込み中…
キャンセル
保存