Compare commits

...

2 Commits

Author SHA1 Message Date
b9eceb7196 1.0.8
All checks were successful
Publish / Publish npm package action (push) Successful in 9s
2026-01-16 06:16:20 +03:00
0d38f05c5f fix: change tab width 2026-01-16 06:16:15 +03:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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