Skip to content

Commit 79c9de7

Browse files
TheAlexLichterSébastien Chopin
authored andcommitted
feat: prohibit useless renaming (#28)
1 parent 18036af commit 79c9de7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ module.exports = {
6363

6464
'no-var': 2,
6565

66+
// No useless destructuring/importing/exporting renames
67+
'no-useless-rename': 2,
68+
6669
'vue/no-parsing-error': [2, {
6770
'x-invalid-end-tag': false
6871
}],

0 commit comments

Comments
 (0)