Commit d9cf5c0a authored by Fatih Acet's avatar Fatih Acet

Merge branch 'eslint-check-file-names' into 'master'

Check that JavaScript file names match convention

## What does this MR do?

Introduce a new ESLint rule to check JavaScript file names.

## What are the relevant issue numbers?

fixes #23118

See merge request !7238
parents 99a12e12 1ad62d96
{
"extends": "airbnb",
"plugins": [
"filenames"
],
"rules": {
"filenames/match-regex": [2, "^[a-z_]+$"]
},
"globals": {
"$": false,
"_": false,
......
......@@ -27,6 +27,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Removed delete branch tooltip !6954
- Stop unauthorized users dragging on milestone page (blackst0ne)
- Restore issue boards welcome message when a project is created !6899
- Check that JavaScript file names match convention !7238 (winniehell)
- Do not show tooltip for active element !7105 (winniehell)
- Escape ref and path for relative links !6050 (winniehell)
- Fixed link typo on /help/ui to Alerts section. !6915 (Sam Rose)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment