fix(client): ユーザー名オートコンプリートが正しく動作しない問題を修正
This commit is contained in:
parent
dfdb66cf31
commit
072799f674
3 changed files with 4 additions and 3 deletions
|
@ -19,6 +19,7 @@ module.exports = {
|
|||
// e の禁止理由: error や event など、複数のキーワードの頭文字であり分かりにくいため
|
||||
"id-denylist": ["error", "window", "data", "e"],
|
||||
'eqeqeq': ['error', 'always', { 'null': 'ignore' }],
|
||||
"no-shadow": ["warn"],
|
||||
"vue/attributes-order": ["error", {
|
||||
"alphabetical": false
|
||||
}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue