0.3
This commit is contained in:
parent
af0c093759
commit
62790ed4af
2 changed files with 20 additions and 17 deletions
|
@ -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],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue