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 f632074 commit e6eb300Copy full SHA for e6eb300
ignore.js
@@ -1,13 +1,13 @@
1
const ignoredFiles = [
2
".all-contributorsrc",
3
- ".babelrc.js",
4
".eslintignore",
5
".eslintrc.js",
6
".gitignore",
7
".npmignore",
8
".prettierignore",
9
".prettierrc",
10
"addExtensions.js",
+ "babel.config.json",
11
"compile.js",
12
"document.js",
13
"ignore.js",
@@ -19,7 +19,7 @@ const ignoredFiles = [
19
"index.ts",
20
"index.umd.js",
21
"indexReadme.js",
22
- "jest.config.js",
+ "jest.config.json",
23
"LICENSE",
24
"mappings.js",
25
"normalizeLineEndings.js",
0 commit comments