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
This commit is contained in:
Diptanil Saha
2026-06-27 00:42:34 +05:30
committed by GitHub
parent 5e60e4faa7
commit 485e9041de
4 changed files with 16 additions and 23 deletions

View File

@@ -48,7 +48,6 @@ repos:
cypress/.*|
.*node_modules.*|
.*boilerplate.*|
erpnext/public/js/controllers/.*|
erpnext/templates/pages/order.js|
erpnext/templates/includes/.*
)$