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 88010c2 commit 79622ebCopy full SHA for 79622eb
.gitignore
@@ -46,4 +46,7 @@ next-env.d.ts
46
47
# act
48
.actrc
49
-.act.json
+.act.json
50
+
51
+# jetbrains
52
+.idea
apps/cache-testing/.eslintrc.js
@@ -6,5 +6,5 @@ module.exports = {
6
parserOptions: {
7
project: true,
8
},
9
- ignorePatterns: ['*.mjs'],
+ ignorePatterns: ['*.mjs', '*.js'],
10
};
0 commit comments