We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b55a5 commit 2778d90Copy full SHA for 2778d90
.changeset/warm-cooks-shake.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# eslint-plugin-vue-scoped-css
2
3
+## 2.5.0
4
+
5
+### Minor Changes
6
7
+- Improve `no-unused-selector` performance ([#285](https://github.com/future-architect/eslint-plugin-vue-scoped-css/pull/285))
8
9
## 2.4.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue-scoped-css",
- "version": "2.4.0",
+ "version": "2.5.0",
"description": "ESLint plugin for Scoped CSS in Vue.js",
"main": "dist/index.js",
"scripts": {
0 commit comments