Skip to content

Commit

Permalink
Merge pull request #190 from lsndr/next
Browse files Browse the repository at this point in the history
Release v2
  • Loading branch information
lsndr authored Jun 9, 2024
2 parents 336223b + ab03b66 commit f947d4c
Show file tree
Hide file tree
Showing 94 changed files with 20,435 additions and 8,701 deletions.
4 changes: 3 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"
rustflags = ["-C", "target-feature=-crt-static"]
rustflags = ["-C", "target-feature=-crt-static"]
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
'plugin:eslint-comments/recommended',
],
plugins: ['@typescript-eslint'],
ignorePatterns: ['node_modules', '/target', '/index.d.ts', '/index.js'],
ignorePatterns: ['node_modules', '/target', '/dist/**/*', 'src/lib/**/*'],
env: {
node: true,
},
Expand Down
Loading

0 comments on commit f947d4c

Please sign in to comment.