mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-19 16:22:44 +09:00
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
Block a user