Skip to content

Commit

Permalink
feat: 移除Stylelint-less依赖 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
timi137137 authored Jul 11, 2023
1 parent 12909e5 commit 0358653
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"postcss-less": "^6.0.0",
"prettier": "^2.8.8",
"stylelint": "~15.10.0",
"stylelint-less": "1.0.7",
"stylelint-order": "~6.0.3",
"typescript": "~5.1.6",
"vite": "^4.3.9",
Expand Down
1 change: 0 additions & 1 deletion stylelint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
defaultSeverity: 'error',
extends: ['stylelint-config-standard'],
plugins: ['stylelint-less'],
overrides: [
{
files: ['**/*.html', '**/*.vue'],
Expand Down

0 comments on commit 0358653

Please sign in to comment.