Skip to content

Commit

Permalink
Merge pull request #725 from webitel/master
Browse files Browse the repository at this point in the history
24.04-1.0
  • Loading branch information
dlohvinov authored Jul 22, 2024
2 parents 3876ce0 + d0488a2 commit b0f5166
Show file tree
Hide file tree
Showing 491 changed files with 6,975 additions and 6,916 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ VITE_CRM_URL = '/crm'
VITE_OMNI_WIDGET_URL = '/omni-widget'
VITE_FLOW_DIAGRAM_URL = '/flow'
VITE_START_PAGE_URL = '/'
VITE_RINGTONES_URL = '/ringtones'
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

30 changes: 0 additions & 30 deletions .eslintrc.esm.js

This file was deleted.

2 changes: 2 additions & 0 deletions .husky/pre-push → .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
. "$(dirname "$0")/_/husky.sh"

# npm run test:unit

npm run lint:pre-commit
26 changes: 26 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100
},
"javascript": {
"formatter": {
"quoteStyle": "single"
}
},
"vcs": {
"defaultBranch": "main"
}
}
Loading

0 comments on commit b0f5166

Please sign in to comment.