add linting filter for e2e tests

This commit is contained in:
Trang Le 2024-07-05 15:43:52 +07:00 committed by Johannes Millan
parent 64bc485c85
commit 89e06ff028

View file

@ -64,7 +64,11 @@
"selector": "default",
"format": ["camelCase", "snake_case", "UPPER_CASE", "PascalCase"],
"leadingUnderscore": "allowSingleOrDouble",
"trailingUnderscore": "allow"
"trailingUnderscore": "allow",
"filter": {
"regex": "(should)|@tags",
"match": false
}
},
{
"selector": "variable",