Explorar el Código

Separate prettierrc

Use separate file
master
TheoryOfNekomata hace 3 años
padre
commit
eb7f4a80a1
Se han modificado 2 ficheros con 6 adiciones y 6 borrados
  1. +6
    -0
      .prettierrc
  2. +0
    -6
      package.json

+ 6
- 0
.prettierrc Ver fichero

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

+ 0
- 6
package.json Ver fichero

@@ -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",


Cargando…
Cancelar
Guardar