Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2019-12-02 00:12:37 +0300
committerGitHub <noreply@github.com>2019-12-02 00:12:37 +0300
commit5b7165b7aae6948c499cb70935c4d9caf4f41e19 (patch)
tree175791231096a1f7b055a576dd84035d304e36ff /.eslintrc.js
parentaf237c8ba29f6cf1480e8754304c34436916cdce (diff)
Public page (#664)
* adding acl * changing share db and migration (hash becomes token) * View public vote * Refactoring anonymizer * some more refactoring * nearly finished public voting * updated dependencies * linter autofixes
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index fed39d85..13bf7142 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -55,7 +55,10 @@ module.exports = {
'node/no-unpublished-require': ['off'],
'node/no-unsupported-features/es-syntax': ['off'],
// kebab case components for vuejs
- 'vue/component-name-in-template-casing': ['error', 'kebab-case'],
+ 'vue/component-name-in-template-casing': ['error', 'PascalCase' , {
+ "registeredComponentsOnly": true,
+ "ignores": []
+ }],
// space before self-closing elements
'vue/html-closing-bracket-spacing': 'error',
// code spacing with attributes