Skip to content

Commit 109c701

Browse files
committed
(refacto) fix linter errors
1 parent 9567fe8 commit 109c701

21 files changed

+4024
-2211
lines changed

.eslintrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ module.exports = {
77
rules: {
88
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
99
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
10+
'vue/no-unused-properties': [
11+
'error',
12+
{
13+
groups: ['props', 'data', 'computed', 'methods', 'setup'],
14+
deepData: true
15+
}
16+
],
1017
'no-empty-pattern': 'off',
1118
'no-unused-vars': 'warn',
1219
'valid-typeof': 'off',

dist/vue-advanced-chat.common.js

Lines changed: 1235 additions & 672 deletions
Large diffs are not rendered by default.

dist/vue-advanced-chat.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-advanced-chat.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-advanced-chat.js

Lines changed: 1522 additions & 839 deletions
Large diffs are not rendered by default.

dist/vue-advanced-chat.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-advanced-chat.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-advanced-chat.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-advanced-chat.umd.js

Lines changed: 1235 additions & 672 deletions
Large diffs are not rendered by default.

dist/vue-advanced-chat.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)