chore: update deps, migrate tests

This commit is contained in:
Anthony Fu
2023-08-07 15:41:19 +02:00
parent 3a2c549110
commit 49b9b7f7db
31 changed files with 582 additions and 553 deletions

View File

@@ -10,7 +10,7 @@ export default createEslintRule<Options, MessageIds>({
type: 'problem',
docs: {
description: 'Enforce top-level functions to be declared with function keyword',
recommended: 'error',
recommended: 'stylistic',
},
fixable: 'code',
schema: [],