Skip to content

Commit

Permalink
Merge pull request #296 from TaloDev/develop
Browse files Browse the repository at this point in the history
Release 0.32.2
  • Loading branch information
tudddorrr committed Jun 3, 2024
2 parents ec85e9a + 51a77db commit b83761d
Show file tree
Hide file tree
Showing 16 changed files with 324 additions and 369 deletions.
25 changes: 0 additions & 25 deletions .eslintrc.js

This file was deleted.

24 changes: 24 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"env": {
"es2021": true
},
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"indent": ["error", 2, { "SwitchCase": 1, "ignoredNodes": ["PropertyDefinition"] }],
"quotes": ["error", "single"],
"semi": ["error", "never"],
"comma-dangle": ["error", "never"],
"no-trailing-spaces": ["warn"],
"object-curly-spacing": [2, "always"],
"arrow-parens": ["error", "always"],
"keyword-spacing": ["error", { "before": true, "after": true }],
"eol-last": ["warn", "always"]
}
}
2 changes: 0 additions & 2 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
test-db:
image: mysql:8.4
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
backend:
build:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
test-db:
image: mysql:8
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
backend:
volumes:
Expand Down
Loading

0 comments on commit b83761d

Please sign in to comment.