From af5798d1986a5cfb672e0c320683eb0dc2281ed3 Mon Sep 17 00:00:00 2001 From: cenfun Date: Tue, 7 May 2024 01:01:59 +0800 Subject: [PATCH] update stylelint --- .stylelintignore | 1 - .stylelintrc.js | 3 --- package.json | 4 ++-- stylelint.config.js | 3 +++ test/package.json | 4 ++-- 5 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .stylelintignore delete mode 100644 .stylelintrc.js create mode 100644 stylelint.config.js diff --git a/.stylelintignore b/.stylelintignore deleted file mode 100644 index 537f4318..00000000 --- a/.stylelintignore +++ /dev/null @@ -1 +0,0 @@ -*.js \ No newline at end of file diff --git a/.stylelintrc.js b/.stylelintrc.js deleted file mode 100644 index 61302f84..00000000 --- a/.stylelintrc.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - extends: ["stylelint-config-plus"] -}; \ No newline at end of file diff --git a/package.json b/package.json index 47de0429..9f71be6d 100644 --- a/package.json +++ b/package.json @@ -92,9 +92,9 @@ "eslint-plugin-vue": "^9.25.0", "minimatch": "^9.0.4", "stylelint": "^16.5.0", - "stylelint-config-plus": "^1.1.0", + "stylelint-config-plus": "^1.1.1", "supports-color": "^9.4.0", - "tsx": "^4.9.2", + "tsx": "^4.9.3", "ws": "^8.17.0" } } diff --git a/stylelint.config.js b/stylelint.config.js new file mode 100644 index 00000000..bb66b793 --- /dev/null +++ b/stylelint.config.js @@ -0,0 +1,3 @@ +module.exports = { + extends: ['stylelint-config-plus'] +}; diff --git a/test/package.json b/test/package.json index af175e03..e5de26b2 100644 --- a/test/package.json +++ b/test/package.json @@ -10,7 +10,7 @@ "@jsdevtools/coverage-istanbul-loader": "^3.0.5", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-typescript": "^11.1.6", - "@swc/core": "^1.4.17", + "@swc/core": "^1.5.3", "babel-loader": "^9.1.3", "babel-plugin-istanbul": "^6.1.1", "cross-env": "^7.0.3", @@ -20,7 +20,7 @@ "mocha": "^10.4.0", "open": "^10.1.0", "playwright": "^1.43.1", - "puppeteer": "^22.7.1", + "puppeteer": "^22.8.0", "rollup": "^4.17.2", "swc-loader": "^0.2.6", "ts-loader": "^9.5.1",