EmmanuelDemey / EmmanuelDemey/eslint-plugin-angular
Configuration (Y128)
Open
Rule
- Dominant language
- JavaScript
- Stars
- 620
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
- Separate configuration for a module into its own file named after the module. A configuration file for the main `app` module is named `app.config.js` (or simply `config.js`). A configuration for a module named `admin.module.js` is named `admin.config.js`.
_Why?_: Separates configuration from module definition, components, and active code.
_Why?_: Provides an identifiable place to set configuration for a module.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.