0
Fork 0
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:
Juan Picado @jotadeveloper 2018-12-16 19:05:52 +01:00
parent 97d5f6cbfb
commit a7c34b348e
No known key found for this signature in database
GPG key ID: 18AC54485952D158
4 changed files with 1 additions and 17 deletions

View file

@ -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
}
}

View file

@ -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,
{

View file

@ -1,5 +0,0 @@
{
"rules": {
"jest/expect-expect": ["warn"]
}
}

View file

@ -1,5 +0,0 @@
{
"rules": {
"jest/expect-expect": ["warn"]
}
}