diff --git a/lib/rules/no-timing-in-fetch-data.js b/lib/rules/no-timing-in-fetch-data.js index 63ec918..ad6e544 100644 --- a/lib/rules/no-timing-in-fetch-data.js +++ b/lib/rules/no-timing-in-fetch-data.js @@ -14,7 +14,7 @@ module.exports = { meta: { docs: { description: 'disallow `setTimeout/setInterval` in `asyncData/fetch`', - category: 'base' + category: 'recommended' }, messages: { noTiming: 'Unexpected {{name}} in {{funcName}}.'