Skip to content

Commit

Permalink
V14 timeout fix (#64)
Browse files Browse the repository at this point in the history
* feat: port timeout fix to v14

* fix: indent

* chore: prettier formatting

* feat: timeout fixes + prettier for v14

* style: prettify code

---------

Co-authored-by: agritheory <[email protected]>
  • Loading branch information
agritheory and agritheory authored Feb 28, 2023
1 parent 6f50230 commit 825bf70
Show file tree
Hide file tree
Showing 20 changed files with 2,315 additions and 2,307 deletions.
38 changes: 19 additions & 19 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: true,
embeddedLanguageFormatting: 'auto',
htmlWhitespaceSensitivity: 'css',
insertPragma: false,
jsxSingleQuote: false,
printWidth: 120,
proseWrap: 'preserve',
quoteProps: 'as-needed',
requirePragma: false,
semi: false,
singleQuote: true,
tabWidth: 2,
trailingComma: 'es5',
useTabs: true,
vueIndentScriptAndStyle: false,
}
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: true,
embeddedLanguageFormatting: 'auto',
htmlWhitespaceSensitivity: 'css',
insertPragma: false,
jsxSingleQuote: false,
printWidth: 120,
proseWrap: 'preserve',
quoteProps: 'as-needed',
requirePragma: false,
semi: false,
singleQuote: true,
tabWidth: 2,
trailingComma: 'es5',
useTabs: true,
vueIndentScriptAndStyle: false,
}
134 changes: 67 additions & 67 deletions check_run/check_run/custom/bank.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"custom_fields": [
{
"_assign": null,
"_comments": null,
"_liked_by": null,
"_user_tags": null,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"collapsible_depends_on": null,
"columns": 0,
"creation": "2022-08-07 15:07:53.297493",
"default": null,
"depends_on": null,
"description": null,
"docstatus": 0,
"dt": "Bank",
"fetch_from": null,
"fetch_if_empty": 0,
"fieldname": "aba_number",
"fieldtype": "Data",
"hidden": 0,
"hide_border": 0,
"hide_days": 0,
"hide_seconds": 0,
"idx": 4,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_preview": 0,
"in_standard_filter": 0,
"insert_after": "column_break_1",
"label": "ABA Number",
"length": 0,
"mandatory_depends_on": null,
"modified": "2022-08-07 15:07:53.297493",
"modified_by": "Administrator",
"name": "Bank-aba_number",
"no_copy": 0,
"non_negative": 0,
"options": null,
"owner": "Administrator",
"parent": null,
"parentfield": null,
"parenttype": null,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": null,
"read_only": 0,
"read_only_depends_on": null,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"translatable": 0,
"unique": 0,
"width": null
}
],
"custom_perms": [],
"doctype": "Bank",
"property_setters": [],
"sync_on_migrate": 1
}
"custom_fields": [
{
"_assign": null,
"_comments": null,
"_liked_by": null,
"_user_tags": null,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"collapsible_depends_on": null,
"columns": 0,
"creation": "2022-08-07 15:07:53.297493",
"default": null,
"depends_on": null,
"description": null,
"docstatus": 0,
"dt": "Bank",
"fetch_from": null,
"fetch_if_empty": 0,
"fieldname": "aba_number",
"fieldtype": "Data",
"hidden": 0,
"hide_border": 0,
"hide_days": 0,
"hide_seconds": 0,
"idx": 4,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_preview": 0,
"in_standard_filter": 0,
"insert_after": "column_break_1",
"label": "ABA Number",
"length": 0,
"mandatory_depends_on": null,
"modified": "2022-08-07 15:07:53.297493",
"modified_by": "Administrator",
"name": "Bank-aba_number",
"no_copy": 0,
"non_negative": 0,
"options": null,
"owner": "Administrator",
"parent": null,
"parentfield": null,
"parenttype": null,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": null,
"read_only": 0,
"read_only_depends_on": null,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"translatable": 0,
"unique": 0,
"width": null
}
],
"custom_perms": [],
"doctype": "Bank",
"property_setters": [],
"sync_on_migrate": 1
}
Loading

0 comments on commit 825bf70

Please sign in to comment.