Skip to content

Commit

Permalink
Updated prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSimCity committed Jan 16, 2024
1 parent 3aa66ba commit 9e75673
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 22 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"nuxt-electron": "^0.6.0",
"nuxt-typed-router": "^3.3.2",
"nuxt-vitest": "^0.11.2",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "0.4.1",
"prettier": "^3.2.2",
"prettier-plugin-tailwindcss": "0.5.11",
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/3.applicationInsights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default defineNuxtPlugin((nuxtApp) => {
typeof vm === "function" && vm.cid != null
? vm.options
: vm._isVue
? vm.$options || vm.constructor.options
: vm || {};
? vm.$options || vm.constructor.options
: vm || {};
let name = options.name || options._componentTag;
const file = options.__file;
if (!name && file) {
Expand Down
33 changes: 15 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e75673

Please sign in to comment.