diff --git a/.eslintrc.json b/.eslintrc.json index 3ec9a61..47e0d43 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -41,7 +41,12 @@ ], "simple-import-sort/imports": "error", "simple-import-sort/exports": "error", - "prettier/prettier": "error", + "prettier/prettier": [ + "error", + { + "endOfLine": "auto" + } + ], "react-hooks/exhaustive-deps": "error" } -} \ No newline at end of file +} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c06b16f..ab5f11c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,8 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16 + - name: install pnpm + run: npm i -g pnpm - name: install Rust stable uses: dtolnay/rust-toolchain@stable - name: install dependencies (ubuntu only)