diff --git a/.eslintrc b/.eslintrc new file mode 100644 index 0000000..7101a77 --- /dev/null +++ b/.eslintrc @@ -0,0 +1,12 @@ +{ + "extends": [ + "plugin:nextcloud/recommended" + ], + "env": { + "nextcloud/nextcloud": true + }, + "rules": { + "nextcloud/no-deprecations": "warn", + "nextcloud/no-removed-apis": "error" + } +} diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..3a01220 --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,5 @@ +module.exports = { + extends: [ + '@nextcloud', + ], +} diff --git a/.gitignore b/.gitignore index 2853235..90df4f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /node_modules/ -/vendor/ \ No newline at end of file +/vendor/ +/build/artifacts/ +/*.iml \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/