Skip to content

Commit

Permalink
setup prettier and reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Nov 26, 2024
1 parent acb6769 commit 840f46c
Show file tree
Hide file tree
Showing 29 changed files with 559 additions and 558 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
semi: false,
singleQuote: true,
trailingComma: 'es5',
Expand Down
3 changes: 2 additions & 1 deletion packages/tc-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@uzh-bf/design-system-stencil",
"version": "3.0.0-alpha.35",
"description": "Web components components for DF",
"type": "module",
"main": "dist/index.cjs.js",
"module": "./dist/index.js",
"es2015": "dist/esm/index.mjs",
Expand All @@ -17,7 +18,7 @@
"scripts": {
"build": "stencil build --docs",
"dev": "stencil build --dev --watch --serve",
"format": "prettier write .",
"format": "prettier --write .",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
Expand Down
Loading

0 comments on commit 840f46c

Please sign in to comment.