first commit

This commit is contained in:
huangjx
2021-09-09 22:03:08 +08:00
commit f2a2365102
74 changed files with 33916 additions and 0 deletions

11
.eslintrc.js Executable file
View File

@@ -0,0 +1,11 @@
module.exports = {
extends: [
'@nextcloud'
],
rules: {
'no-console': 'off',
'no-undef':'off',
'eqeqeq': 'off',
'no-unused-expressions':'off',
},
};