Skip to content
Snippets Groups Projects

Check that JavaScript file names match convention

1 unresolved thread

What does this MR do?

Introduce a new ESLint rule to check JavaScript file names.

What are the relevant issue numbers?

fixes #23118 (closed)

Merge request reports

Checking pipeline status.

Merged by avatar (Apr 24, 2025 3:19am UTC)

Loading

Pipeline #4845594 failed

Pipeline failed for d9cf5c0a on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 1 {
2 2 "extends": "airbnb",
3 "plugins": [
4 "filenames"
5 ],
6 "rules": {
7 "filenames/match-regex": [2, "^[a-z_]+$"]
  • Thanks @winniehell. Amazing little but important contribution :100:

  • username-removed-502136 Status changed to merged

    Status changed to merged

  • Mentioned in commit 1ad62d96

  • Mentioned in commit d9cf5c0a

  • Mentioned in commit b0af0ab6

  • Mentioned in commit f54180ef

  • Mentioned in commit 6a00cf1b

  • changed milestone to %8.14

  • Please register or sign in to reply
    Loading