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

Commit bbf6ce9

Browse files
committedNov 9, 2019
fix: correct category for no-timing-in-fetch-data
1 parent 1953e57 commit bbf6ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/rules/no-timing-in-fetch-data.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
meta: {
1515
docs: {
1616
description: 'disallow `setTimeout/setInterval` in `asyncData/fetch`',
17-
category: 'base'
17+
category: 'recommended'
1818
},
1919
messages: {
2020
noTiming: 'Unexpected {{name}} in {{funcName}}.'

0 commit comments

Comments
 (0)
This repository has been archived.