From 42e9b47159cb95a9152e7ea66fe26abce5beeb9e Mon Sep 17 00:00:00 2001 From: Devlin Junker Date: Thu, 30 Jun 2022 21:28:56 -0700 Subject: change linting rule from spaces to tabs to match typical vue linting also clean up all lint warnings in js+vue files Signed-off-by: Devlin Junker --- stylelint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stylelint.config.js') diff --git a/stylelint.config.js b/stylelint.config.js index a1c15bebb..429fe944b 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -1,5 +1,5 @@ const stylelintConfig = require('@nextcloud/stylelint-config') -stylelintConfig.rules['indentation'] = 4; +stylelintConfig.rules.indentation = 4 module.exports = stylelintConfig -- cgit v1.2.3