From d0dd758147918bd7c6b95d21f0c7c110f327c1a2 Mon Sep 17 00:00:00 2001 From: Mert Sincan Date: Tue, 14 Jan 2025 11:37:17 +0000 Subject: [PATCH] Revert "refactor: update eslint order" This reverts commit 0c7d4df363c94831dd8772dd95e02fc696936c9a. --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 0ad06bf71..d002974d3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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',