mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +09:00
fix: edit eslint rule
This commit is contained in:
parent
fa7c8024d6
commit
3bd7f3d301
@ -24,7 +24,6 @@ module.exports = {
|
||||
// window の禁止理由: グローバルスコープと衝突し、予期せぬ結果を招くため
|
||||
// e の禁止理由: error や event など、複数のキーワードの頭文字であり分かりにくいため
|
||||
'id-denylist': ['error', 'window', 'e'],
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
'no-shadow': ['warn'],
|
||||
'vue/attributes-order': ['error', {
|
||||
'alphabetical': false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user