refactor: update eslint order

pull/7064/merge
Mert Sincan 2025-01-14 11:14:15 +00:00
parent bb57b0ae23
commit 0c7d4df363
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,6 @@ module.exports = {
'inheritAttrs', 'inheritAttrs',
'model', 'model',
'emits', 'emits',
'setup',
'fetch', 'fetch',
'head', 'head',
['props', 'propsData'], ['props', 'propsData'],
@ -73,6 +72,7 @@ module.exports = {
'data', 'data',
'watch', 'watch',
'watchQuery', 'watchQuery',
'setup',
'LIFECYCLE_HOOKS', 'LIFECYCLE_HOOKS',
'methods', 'methods',
'computed', 'computed',