Revert "refactor: update eslint order"

This reverts commit 0c7d4df363.
pull/7007/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',
'model',
'emits',
'setup',
'fetch',
'head',
['props', 'propsData'],
@ -72,7 +73,6 @@ module.exports = {
'data',
'watch',
'watchQuery',
'setup',
'LIFECYCLE_HOOKS',
'methods',
'computed',