Update eslint.config.js

This commit is contained in:
syuilo 2025-03-20 16:06:32 +09:00
parent dfab6b1b8d
commit f25963e2c2
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@ export default [
'name': 'history',
'message': 'Use `window.history`.',
},
{
'name': 'name',
'message': 'Use `window.name`. もしくは name という変数名を定義し忘れている',
},
],
'no-shadow': ['warn'],
'vue/attributes-order': ['error', {