Skip to content

Commit d3fc5e5

Browse files
authored
Merge pull request #39 from Siirko/release
Release config
2 parents bc8310e + 8f37961 commit d3fc5e5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.eslintrc.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@
4141
],
4242
"simple-import-sort/imports": "error",
4343
"simple-import-sort/exports": "error",
44-
"prettier/prettier": "error",
44+
"prettier/prettier": [
45+
"error",
46+
{
47+
"endOfLine": "auto"
48+
}
49+
],
4550
"react-hooks/exhaustive-deps": "error"
4651
}
47-
}
52+
}

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/setup-node@v3
2121
with:
2222
node-version: 16
23+
- name: install pnpm
24+
run: npm i -g pnpm
2325
- name: install Rust stable
2426
uses: dtolnay/rust-toolchain@stable
2527
- name: install dependencies (ubuntu only)

0 commit comments

Comments
 (0)