We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c5bee commit 881beaeCopy full SHA for 881beae
.eslintrc.json
@@ -26,6 +26,7 @@
26
"no-var": 2,
27
"linebreak-style": [2, "unix"],
28
"semi": [1, "always"],
29
+ "jest/expect-expect": 0,
30
"jsx-quotes": ["error", "prefer-single"]
31
},
32
"env": {
0 commit comments