Skip to content

Commit f4eef78

Browse files
committed
Revert "⭐️New: Add vue/match-component-file-name rule (#668)"
This reverts commit c6bbd95.
1 parent 925190f commit f4eef78

File tree

5 files changed

+0
-1075
lines changed

5 files changed

+0
-1075
lines changed

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ Enforce all the rules in this category, as well as all higher priority rules, wi
237237

238238
| | Rule ID | Description |
239239
|:---|:--------|:------------|
240-
| | [vue/match-component-file-name](./docs/rules/match-component-file-name.md) | require component name property to match its file name |
241240
| :wrench: | [vue/script-indent](./docs/rules/script-indent.md) | enforce consistent indentation in `<script>` |
242241

243242
### Deprecated

Diff for: docs/rules/match-component-file-name.md

-204
This file was deleted.

Diff for: lib/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = {
1818
'html-quotes': require('./rules/html-quotes'),
1919
'html-self-closing': require('./rules/html-self-closing'),
2020
'jsx-uses-vars': require('./rules/jsx-uses-vars'),
21-
'match-component-file-name': require('./rules/match-component-file-name'),
2221
'max-attributes-per-line': require('./rules/max-attributes-per-line'),
2322
'multiline-html-element-content-newline': require('./rules/multiline-html-element-content-newline'),
2423
'mustache-interpolation-spacing': require('./rules/mustache-interpolation-spacing'),

Diff for: lib/rules/match-component-file-name.js

-140
This file was deleted.

0 commit comments

Comments
 (0)