diff --git a/.eslintrc.js b/.eslintrc.js index d002974d3..0ad06bf71 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -64,7 +64,6 @@ module.exports = { 'inheritAttrs', 'model', 'emits', - 'setup', 'fetch', 'head', ['props', 'propsData'], @@ -73,6 +72,7 @@ module.exports = { 'data', 'watch', 'watchQuery', + 'setup', 'LIFECYCLE_HOOKS', 'methods', 'computed',