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.
2 parents bc8310e + 8f37961 commit d3fc5e5Copy full SHA for d3fc5e5
.eslintrc.json
@@ -41,7 +41,12 @@
41
],
42
"simple-import-sort/imports": "error",
43
"simple-import-sort/exports": "error",
44
- "prettier/prettier": "error",
+ "prettier/prettier": [
45
+ "error",
46
+ {
47
+ "endOfLine": "auto"
48
+ }
49
+ ],
50
"react-hooks/exhaustive-deps": "error"
51
}
-}
52
+}
.github/workflows/release.yml
@@ -20,6 +20,8 @@ jobs:
20
uses: actions/setup-node@v3
21
with:
22
node-version: 16
23
+ - name: install pnpm
24
+ run: npm i -g pnpm
25
- name: install Rust stable
26
uses: dtolnay/rust-toolchain@stable
27
- name: install dependencies (ubuntu only)
0 commit comments