first commit

This commit is contained in:
System Administrator
2023-05-31 15:05:11 +08:00
commit 2d7e98e307
344 changed files with 53859 additions and 0 deletions

8
tests/unit/.eslintrc.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}