mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 06:56:33 +09:00
chore(dev): improve eslint config
This commit is contained in:
@ -25,7 +25,6 @@ module.exports = {
|
||||
// data の禁止理由: 抽象的すぎるため
|
||||
// e の禁止理由: error や event など、複数のキーワードの頭文字であり分かりにくいため
|
||||
'id-denylist': ['error', 'window', 'data', 'e'],
|
||||
'eqeqeq': ['error', 'always', { 'null': 'ignore' }],
|
||||
'no-shadow': ['warn'],
|
||||
'vue/attributes-order': ['error', {
|
||||
'alphabetical': false,
|
||||
|
Reference in New Issue
Block a user