Compare commits
2 Commits
14b6706a81
...
b9eceb7196
| Author | SHA1 | Date | |
|---|---|---|---|
| b9eceb7196 | |||
| 0d38f05c5f |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@teacinema/core",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"description": "Core utils and shared setup",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/* @type {import("prettier").Config} */
|
||||
export default {
|
||||
trailingComma: 'none',
|
||||
tabWidth: 4,
|
||||
tabWidth: 2,
|
||||
useTabs: true,
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user