From 27300749226d2fde791900b60e78dbf8eeea06c4 Mon Sep 17 00:00:00 2001 From: Himanshu Bhatt Date: Thu, 3 Oct 2024 21:45:10 +0530 Subject: [PATCH] Refactored package.json for consistent indentation and formatting. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c3c1adb..456c435 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test:fix": "npm run test:prettier:fix && npm run test:eslint:fix", "test:eslint": "eslint 'src/**/*.{js,vue}' --cache", "test:eslint:fix": "npm run test:eslint -- --fix", - "test:stylelint": "stylelint 'src/**/*.{scss,css}' --config node_modules/do-bulma/.stylelintrc.json", + "test:stylelint": "stylelint 'src/**/*.{scss}' --config node_modules/do-bulma/.stylelintrc.json", "test:i18n-packs": "node src/nginxconfig/i18n/verify.js", "test:prettier": "prettier 'src/**/*.{js,vue}' --check", "test:prettier:fix": "prettier --write 'src/**/*.{js,vue}'", @@ -100,7 +100,7 @@ "@vue/cli-service": { "mini-css-extract-plugin": "^1.6.2", "@achrinza/node-ipc": "^10.1.10" - }, + }, "pretty-checkbox-vue": { "vue": "^3.0.0" }