From e32528687539e30edec3bcee5993f84866d9398f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 15 Apr 2019 11:52:24 +0200 Subject: Update nextcloud 0.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 79f26b51..7c652642 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -74,7 +74,7 @@ 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'], // space before self-closing elements 'vue/html-closing-bracket-spacing': 'error', // no ending html tag on a new line -- cgit v1.2.3