Skip to content

Commit

Permalink
Merge pull request #108 from yktsr/dev-220
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
yktsr authored Dec 10, 2023
2 parents 7b1d18a + 85d4513 commit 1a6d0df
Show file tree
Hide file tree
Showing 152 changed files with 24,424 additions and 3,070 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commonjs": true,
"es6": true
},
"extends": "eslint:recommended",
"extends": ["eslint:recommended", "standard"],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
Expand All @@ -13,5 +13,6 @@
"ecmaVersion": 2018
},
"rules": {
"camelcase": "off"
}
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2020 Yuki Katsura
Copyright (c) 2018-2023 Yuki Katsura

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
150 changes: 78 additions & 72 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 1a6d0df

Please sign in to comment.