Changes between Initial Version and Version 1 of Ticket #36619
- Timestamp:
- Sep 23, 2025, 9:48:11 PM (4 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36619
- Property Has patch set
-
Ticket #36619 – Description
initial v1 1 1 The pre-commit hook for eslint has been broken for over a year. Noticed contributors at the DCUS 2025 sprints stumbling on this. 2 2 3 Eventually, [https://forum.djangoproject.com/t/adding-a-formatter-for-css-js we may be looking at another JS formatter], like Biome. Today, I'm interest ingin just fixing the hook.3 Eventually, [https://forum.djangoproject.com/t/adding-a-formatter-for-css-js we may be looking at another JS formatter], like Biome. Today, I'm interested in just fixing the hook. 4 4 5 5 More context is [https://github.com/django/django/pull/18162 here], but in essence, the v9 eslint flat config format assumes you're a javascript project in the habit of running `npm install`. We're not; we only run `npm install` to run the `js_tests`.