We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342bb92 commit ece7af8Copy full SHA for ece7af8
1 file changed
src/configs/__tests__/__snapshots__/recommended.test.ts.snap
@@ -6,10 +6,6 @@ exports[`recommended > export recommended config 1`] = `
6
"ignores": [
7
"**/node_modules/",
8
"**/build/",
9
- "**/__snapshots__/",
10
- "!**/src/**",
11
- "!vite.config.ts",
12
- "!**/.storybook/**",
13
"**/storybook-static/",
14
"**/dist/",
15
"**/next-env.d.ts",
@@ -22,6 +18,11 @@ exports[`recommended > export recommended config 1`] = `
22
18
"**/target/",
23
19
"**/venv/",
24
20
"**/.venv/",
21
+ ".husky/",
+ "!**/src/**",
+ "!vite.config.ts",
+ "!**/.storybook/**",
25
+ "**/__snapshots__/",
26
],
27
},
28
{
0 commit comments