UNPKG

eslint-plugin-no-multiple-returns

Version:

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

15 lines (14 loc) 282 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "rootDir": "./src", "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "moduleResolution": "node", "declaration": true }, "include": ["src"] }