Changes between Initial Version and Version 1 of Ticket #36619


Ignore:
Timestamp:
Sep 23, 2025, 9:48:11 PM (4 hours ago)
Author:
Jacob Walls
Comment:

PR

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36619

    • Property Has patch set
  • Ticket #36619 – Description

    initial v1  
    11The pre-commit hook for eslint has been broken for over a year. Noticed contributors at the DCUS 2025 sprints stumbling on this.
    22
    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 interesting in just fixing the hook.
     3Eventually, [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.
    44
    55More 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`.
Back to Top