Custom ESLint plugin for Gotu - A collection of ESLint rules specifically designed for JavaScript/TypeScript projects.
This plugin provides custom ESLint rules that address specific code quality issues in JavaScript and TypeScript projects. These rules fill gaps that standard ESLint rules don't cover.
Detects when you try to import something as default but the target file has no default export.
Made with ❤️ for better JavaScript/TypeScript code quality