Skip to content

Commit

Permalink
Merge pull request #618 from encorelab/master-merge-updates-1
Browse files Browse the repository at this point in the history
AI function addition
  • Loading branch information
markiianbabiak authored Oct 24, 2024
2 parents 25ef881 + 43d4f45 commit 821ff5c
Show file tree
Hide file tree
Showing 26 changed files with 24,963 additions and 5,515 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:

- name: Run Linter
working-directory: ${{ matrix.directory }}
run: npm run style:linter
run: npm run style:linter --verbose
env:
CI: false

- name: Run Code Formatter
working-directory: ${{ matrix.directory }}
run: npm run style:formatter
run: npm run style
env:
CI: false
3 changes: 2 additions & 1 deletion backend/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
"plugin:@typescript-eslint/recommended",
"prettier"
],
"rules": {
"@typescript-eslint/quotes": [
Expand Down
3 changes: 2 additions & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

# secrets
.env
/secrets/*

# compiled js files
*.js

# misc
.DS_Store

dump.rdp
dump.rdp
Loading

0 comments on commit 821ff5c

Please sign in to comment.