Update eslint.config.js
This commit is contained in:
parent
dfab6b1b8d
commit
f25963e2c2
|
@ -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', {
|
||||
|
|
Loading…
Reference in New Issue