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.
.prettierignore
@reduxjs/toolkit
1 parent 0b37097 commit dbafb88Copy full SHA for dbafb88
packages/toolkit/.prettierignore
@@ -0,0 +1,32 @@
1
+.DS_Store
2
+*.log
3
+node_modules
4
+dist/
5
+lib
6
+
7
+.yalc
8
+yalc.lock
9
+yalc.sig
10
11
+.idea/
12
+.vscode/
13
+temp/
14
+.tmp-projections
15
+build/
16
+.rts2*
17
+coverage/
18
19
+typesversions
20
+.cache
21
+.yarnrc
22
+.yarn/*
23
+!.yarn/patches
24
+!.yarn/releases
25
+!.yarn/plugins
26
+!.yarn/sdks
27
+!.yarn/versions
28
+.pnp.*
29
+*.tgz
30
31
+tsconfig.vitest-temp.json
32
+.eslintcache
0 commit comments