mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
add linting filter for e2e tests
This commit is contained in:
parent
64bc485c85
commit
89e06ff028
1 changed files with 5 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue