We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7ae7d commit aff0524Copy full SHA for aff0524
.eslintrc
@@ -16,6 +16,7 @@
16
"files": [
17
"babel.config.js",
18
"gulpfile.js",
19
+ "jest.config.js",
20
"karma.conf.js",
21
"script/*.js",
22
"webpack.config.js"
jest.config.js
@@ -1,6 +1,3 @@
1
-/* eslint-env node */
2
-/* eslint-disable import/no-commonjs */
3
-
4
module.exports = {
5
clearMocks: true,
6
moduleNameMapper: {
0 commit comments