Skip to content

Commit c3681a7

Browse files
committed
update docs
1 parent 7112415 commit c3681a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
],
5151
rules: {
5252
// override/add rules settings here, such as:
53-
// 'vue-scoped-css/no-warning-html-comments': 'error'
53+
// 'vue-scoped-css/no-unused-selector': 'error'
5454
}
5555
}
5656
```

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
],
4343
rules: {
4444
// override/add rules settings here, such as:
45-
// 'vue-scoped-css/no-warning-html-comments': 'error'
45+
// 'vue-scoped-css/no-unused-selector': 'error'
4646
}
4747
}
4848
```

0 commit comments

Comments
 (0)