fix: favicon URL

This commit is contained in:
Shusui MOYATANI
2023-04-30 00:54:41 +09:00
parent 5474c85ace
commit a78eeb4f56
2 changed files with 1 additions and 10 deletions

View File

@@ -48,15 +48,6 @@ module.exports = {
],
},
],
'jsx-a11y/label-has-associated-control': [
'error',
{
labelComponents: ['label'],
labelAttributes: ['inputLabel'],
assert: 'both',
depth: 3,
},
],
'prettier/prettier': 'error',
},
settings: {