Skip to content
Snippets Groups Projects
Commit 4cd2ab52 authored by winniehell's avatar winniehell
Browse files

Adjust ESLint rule for file names

parent 8a5557ce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,7 +23,7 @@
}
},
"rules": {
"filenames/match-regex": [2, "^[a-z0-9_]+(.js)?$"],
"filenames/match-regex": [2, "^[a-z0-9_]+$"],
"no-multiple-empty-lines": ["error", { "max": 1 }]
}
}
---
title: Remove es6 file extension from JavaScript files
merge_request: 9241
author: winniehell
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment