mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-27 22:05:19 +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
This commit is contained in:
@@ -48,7 +48,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