UNPKG

eslint-plugin-no-multiple-returns

Version:

An ESLint plugin to enforce a single `return` statement per function, encouraging clearer and more maintainable code.

11 lines (9 loc) 235 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { globals: true, environment: "node", testTimeout: 10000, // 10 second timeout hookTimeout: 10000, // 10 second hook timeout }, });