Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
[+] add : change indent
Browse files Browse the repository at this point in the history
  • Loading branch information
aslupin committed Jan 1, 2021
1 parent 9a32ea6 commit b8c1472
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"printWidth": 120,
"tabWidth": 4,
"useTabs": true
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"printWidth": 120,
"tabWidth": 4,
"useTabs": true
}
2 changes: 1 addition & 1 deletion config/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jwt:
secret:
jwt_secret: logpostprivateroute
options:
expires_in: 30d
expires_in: 10m
issuer: logpost
audience: logpost

Expand Down
40 changes: 20 additions & 20 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"baseUrl": "./",
"incremental": false,
"strict": true,
"esModuleInterop": true,
"noEmit": false,
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist", "test"],
"files": ["./src/entities/@types/fastify/index.d.ts"]
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"baseUrl": "./",
"incremental": false,
"strict": true,
"esModuleInterop": true,
"noEmit": false
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist", "test"],
"files": ["./src/entities/@types/fastify/index.d.ts"]
}

0 comments on commit b8c1472

Please sign in to comment.