This commit is contained in:
RingOfStorms (Joshua Bell) 2023-01-10 00:51:34 -06:00
parent af0c093759
commit 62790ed4af
2 changed files with 20 additions and 17 deletions

View file

@ -3,5 +3,5 @@ module.exports = {
"filenames/no-index": "off",
"filenames/match-exported": "off",
// ==== ERRORS ====
"filenames/match-regex": ["error", "kebab"],
"filenames/match-regex": ["error", "^[a-z-]+(?:\.[a-z-]+)*$", true],
};