Compare commits

..

No commits in common. "faf4a214b1bae66e68a55871826139ad760f4371" and "b9eceb71960897e6163c79415b7b0ac1eddcd741" 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.9", "version": "1.0.8",
"description": "Core utils and shared setup", "description": "Core utils and shared setup",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -2,7 +2,7 @@
export default { export default {
trailingComma: 'none', trailingComma: 'none',
tabWidth: 2, tabWidth: 2,
useTabs: false, useTabs: true,
semi: false, semi: false,
singleQuote: true, singleQuote: true,
jsxSingleQuote: true, jsxSingleQuote: true,