Compare commits
No commits in common. "b9eceb71960897e6163c79415b7b0ac1eddcd741" and "14b6706a818706e296a3d389eef290e342bd7e5b" have entirely different histories.
b9eceb7196
...
14b6706a81
@ -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"
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user