mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: jest/expect-expect disabled
it does not make sense for now enable this
This commit is contained in:
parent
97d5f6cbfb
commit
a7c34b348e
4 changed files with 1 additions and 17 deletions
|
@ -123,6 +123,6 @@
|
|||
"quote-props":["warn", "as-needed"],
|
||||
"verdaccio/jsx-no-style": ["warn"],
|
||||
"verdaccio/jsx-spread": ["warn"],
|
||||
"jest/expect-expect": ["warn"]
|
||||
"jest/expect-expect": 0
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,12 +15,6 @@
|
|||
"no-redeclare": 1,
|
||||
"jest/consistent-test-it": ["error", {"fn": "test"}],
|
||||
"jest/no-jasmine-globals": 2,
|
||||
"jest/expect-expect": [
|
||||
"warn",
|
||||
{
|
||||
"assertFunctionNames": ["expect"]
|
||||
}
|
||||
],
|
||||
"no-console": [
|
||||
2,
|
||||
{
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"rules": {
|
||||
"jest/expect-expect": ["warn"]
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"rules": {
|
||||
"jest/expect-expect": ["warn"]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue