mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-24 04:26:38 +00:00
chore: removing controllers from pre-commit eslint hooks exclude list (#56575)
* chore: removed `controllers` from exclude list on `.pre-commit-config.yaml`
* chore: fix `transactions.js` eslint issues
* chore: fix `taxes_and_totals.js` eslint issue
* chore: fix `accounts.js` eslint issue
(cherry picked from commit 485e9041de)
# Conflicts:
# erpnext/public/js/controllers/accounts.js
# erpnext/public/js/controllers/taxes_and_totals.js
# erpnext/public/js/controllers/transaction.js
This commit is contained in:
@@ -50,7 +50,6 @@ repos:
|
||||
cypress/.*|
|
||||
.*node_modules.*|
|
||||
.*boilerplate.*|
|
||||
erpnext/public/js/controllers/.*|
|
||||
erpnext/templates/pages/order.js|
|
||||
erpnext/templates/includes/.*
|
||||
)$
|
||||
|
||||
Reference in New Issue
Block a user