Skip to content

Commit

Permalink
👗 style: フォーマットを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
torish14 committed Feb 14, 2022
1 parent ca20e69 commit f9f3598
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 30 deletions.
30 changes: 15 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: 2
updates:
# Fetch and update latest `npm` packages
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
time: '00:00'
open-pull-requests-limit: 10
reviewers:
- torish14
assignees:
- torish14
commit-message:
prefix: fix
prefix-development: chore
include: scope
# Fetch and update latest `npm` packages
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
time: '00:00'
open-pull-requests-limit: 10
reviewers:
- torish14
assignees:
- torish14
commit-message:
prefix: fix
prefix-development: chore
include: scope
7 changes: 5 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import { defineNuxtConfig } from 'nuxt3';
import { defineNuxtConfig } from 'nuxt3'

// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config
export default defineNuxtConfig({
ssr: true,
cli: {
badgeMessages: ['待たせたな。'],
},
modules: [
'@nuxtjs/firebase',
'@nuxtjs/robots',
Expand Down Expand Up @@ -89,4 +92,4 @@ export default defineNuxtConfig({
typescript: {
strict: true,
},
});
})
26 changes: 13 additions & 13 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
// https://v3.nuxtjs.org/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"types": [
"node",
"nuxt-windicss",
"@nuxtjs/device",
"@pinia/nuxt",
"@nuxtjs/firebase",
"nuxt-logrocket",
"@nuxtjs/sentry"
]
},
"exclude": [
"compilerOptions": {
"types": [
"node",
"nuxt-windicss",
"@nuxtjs/device",
"@pinia/nuxt",
"@nuxtjs/firebase",
"nuxt-logrocket",
"@nuxtjs/sentry"
]
},
"exclude": [
"**/*/dist/*",
"**/.nuxt/**",
"**/nuxt.d.ts",
"node_modules"
"node_modules"
]
}

0 comments on commit f9f3598

Please sign in to comment.