https://github.com/aditosoftware/eslint-config-adito-platform
This is a shared eslint config for the platform teams of ADITO. It contains rules for code quality and documentation.
https://github.com/aditosoftware/eslint-config-adito-platform
Last synced: 3 months ago
JSON representation
This is a shared eslint config for the platform teams of ADITO. It contains rules for code quality and documentation.
- Host: GitHub
- URL: https://github.com/aditosoftware/eslint-config-adito-platform
- Owner: aditosoftware
- License: mit
- Created: 2024-09-10T12:33:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-01T07:35:31.000Z (7 months ago)
- Last Synced: 2025-12-03T18:41:48.142Z (7 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@aditosoftware/eslint-config-adito-platform
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# eslint-config-adito-platform
This is a shared eslint config for the platform teams of ADITO. It contains rules for code quality and documentation.
## Usage
1. Install via `npm install --save-dev @aditosoftware/eslint-config-adito-platform`
2. Create a file named `eslint.config.mjs` in your project.
3. Include the configuration:
```javascript
import config from "@aditosoftware/eslint-config-adito-platform";
export default [...config];
```
In order to have the prettier rules working, you need to add the following to your `.prettierrc` file:
```json
{
"endOfLine": "auto"
}
```
## Notes
The shared config was created in accordance with this documentation: https://eslint.org/docs/latest/extend/shareable-configs