Revert "refactor: update eslint order"

This reverts commit 0c7d4df363.
pull/7064/merge
Mert Sincan 2025-01-14 11:37:17 +00:00
parent 0c7d4df363
commit d0dd758147
1 changed files with 1 additions and 1 deletions

View File

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