mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 15:43:56 +02:00
wip
This commit is contained in:
@@ -22,8 +22,7 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
// window の禁止理由: グローバルスコープと衝突し、予期せぬ結果を招くため
|
||||
// e の禁止理由: error や event など、複数のキーワードの頭文字であり分かりにくいため
|
||||
'id-denylist': ['error', 'window', 'e'],
|
||||
'id-denylist': ['error', 'window'],
|
||||
'no-shadow': ['warn'],
|
||||
'vue/attributes-order': ['error', {
|
||||
'alphabetical': false,
|
||||
|
||||
Reference in New Issue
Block a user