Skip to content

Commit

Permalink
style: 🎨 code structure prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
flixlix committed Apr 14, 2024
1 parent 2b56e92 commit 940987b
Show file tree
Hide file tree
Showing 16 changed files with 370 additions and 238 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"lint": "eslint src/*",
"release": "semantic-release",
"start": "rollup -wc",
"watch": "rollup -c --watch"
"watch": "rollup -c --watch",
"typecheck": "tsc --noEmit",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@material/mwc-ripple": "^0.19.1",
Expand All @@ -38,22 +41,23 @@
"memoize-one": "^6.0.0",
"sortablejs": "^1.15.0",
"superstruct": "^1.0.3",
"tsc": "^2.0.4",
"tslib": "^2.4.0"
},
"devDependencies": {
"prettier": "2.8.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/eslint-plugin": "^7.17.7",
"@google/semantic-release-replace-plugin": "^1.1.0",
"@open-wc/eslint-config": "^7.0.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^8.3.2",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"conventional-changelog-conventionalcommits": "^4.6.3",
Expand All @@ -63,8 +67,8 @@
"rollup": "^2.70.2",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^19.0.2",
"semantic-release": "^20.1.0",
"semantic-release-replace-plugin": "^1.2.7",
"typescript": "^4.9.5"
}
}
Loading

0 comments on commit 940987b

Please sign in to comment.