From ebadc7b566225497c5383b644e02d65d3d85e5e6 Mon Sep 17 00:00:00 2001 From: liweijie0812 <674416404@qq.com> Date: Tue, 11 Jul 2023 19:17:46 +0800 Subject: [PATCH] chore: fix typo (#560) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4742b59..771ab187 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lint": "eslint --ext .vue,.js,.jsx,.ts,.tsx ./ --max-warnings 0", "lint:fix": "eslint --ext .vue,.js,jsx,.ts,.tsx ./ --max-warnings 0 --fix", "stylelint": "stylelint src/**/*.{html,vue,sass,less}", - "stylelint:fix": "stylelint --fix src/**/*.{html,vue,vss,sass,less}", + "stylelint:fix": "stylelint --fix src/**/*.{html,vue,css,sass,less}", "prepare": "husky install", "site:preview": "npm run build && cp -r dist _site", "test": "echo \"no test specified,work in process\"", @@ -84,7 +84,7 @@ "prettier --write", "npm run lint:fix" ], - "*.{html,vue,vss,sass,less}": [ + "*.{html,vue,css,sass,less}": [ "npm run stylelint:fix" ] }