Skip to content

Commit

Permalink
format all files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Sep 7, 2023
1 parent e15edb2 commit 55737e9
Show file tree
Hide file tree
Showing 49 changed files with 1,031 additions and 2,243 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'prettier',
'prettier/@typescript-eslint',
'plugin:nestjs/recommended'
'plugin:nestjs/recommended',
],
root: true,
env: {
Expand All @@ -24,6 +24,6 @@ module.exports = {
'@typescript-eslint/no-use-before-define': 'off',
'nestjs/use-dependency-injection': 'error',
'nestjs/deprecated-api-modules': 'error',
'@typescript-eslint/quotes': ["warn", "single"]
'@typescript-eslint/quotes': ['warn', 'single'],
},
};
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"typeormTimescale": "ts-node --require ts-node/register ./node_modules/typeorm/cli.js -d src/common/persistence/timescaledb/typeorm.config.ts",
"generate-migration-timescale": "npm run typeormTimescale -- migration:generate src/common/persistence/timescaledb/migrations/$npm_config_name",
"run-migrations-timescale": "npm run typeormTimescale migration:run --transaction=each",
"revert-migrations-timescale": "npm run typeormTimescale migration:revert"
"revert-migrations-timescale": "npm run typeormTimescale migration:revert",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\""
},
"dependencies": {
"@elastic/elasticsearch": "7.12.0",
Expand Down
Loading

0 comments on commit 55737e9

Please sign in to comment.