# eslint-plugin-grumpy **Repository Path**: mirrors_jfromaniello/eslint-plugin-grumpy ## Basic Information - **Project Name**: eslint-plugin-grumpy - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A collection of sweet but very opionated rules for ESLint by José F. Romaniello. Current rules: - [no-enterprise](docs/rules/no-enterprise.md) avoid writing things with names such as `Repository`, `Service`, etc. ## Installing ``` npm i eslint-plugin-grumpy --save ``` Then in your eslint config: ``` "plugins": [ "grumpy" ], "rules": { .... 'grumpy/no-enterprise': "error" } ``` ## License MIT 2018 - José F. Romaniello