Compare commits

..

No commits in common. "b9eceb71960897e6163c79415b7b0ac1eddcd741" and "14b6706a818706e296a3d389eef290e342bd7e5b" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@teacinema/core", "name": "@teacinema/core",
"version": "1.0.8", "version": "1.0.7",
"description": "Core utils and shared setup", "description": "Core utils and shared setup",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -1,7 +1,7 @@
/* @type {import("prettier").Config} */ /* @type {import("prettier").Config} */
export default { export default {
trailingComma: 'none', trailingComma: 'none',
tabWidth: 2, tabWidth: 4,
useTabs: true, useTabs: true,
semi: false, semi: false,
singleQuote: true, singleQuote: true,