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