fix: aaaaaaaaa

This commit is contained in:
2022-09-10 22:47:33 +09:00
parent 38ae0c4c1e
commit b1ad672df8
8 changed files with 8 additions and 7 deletions

View File

@ -24,6 +24,7 @@ module.exports = {
// window の禁止理由: グローバルスコープと衝突し、予期せぬ結果を招くため
// e の禁止理由: error や event など、複数のキーワードの頭文字であり分かりにくいため
'id-denylist': ['error', 'window', 'e'],
"forceConsistentCasingInFileNames": true,
'no-shadow': ['warn'],
'vue/attributes-order': ['error', {
'alphabetical': false,