Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
fix: correct category for no-timing-in-fetch-data
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Nov 9, 2019
1 parent 1953e57 commit bbf6ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-timing-in-fetch-data.js
Expand Up @@ -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}}.'
Expand Down

0 comments on commit bbf6ce9

Please sign in to comment.