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 8a77732 commit 7961292Copy full SHA for 7961292
package.json
@@ -99,6 +99,7 @@
99
"@testing-library/react/cleanup-after-each",
100
"jest-dom/extend-expect"
101
],
102
+ "modulePathIgnorePatterns": ["/dist/"],
103
"coveragePathIgnorePatterns": [
104
"/node_modules/",
105
"/src/test-utils.ts",
@@ -140,7 +141,7 @@
140
141
"babel-loader": "^8.0.5",
142
"concurrently": "^4.1.0",
143
"coveralls": "^3.0.3",
- "eslint": "^6.0.0",
144
+ "eslint": "^5.16.0",
145
"eslint-config-react-app": "^4.0.0",
146
"eslint-plugin-flowtype": "^3.2.1",
147
"eslint-plugin-import": "2.18.0",
0 commit comments