Skip to content

This is a shared eslint config for the platform teams of ADITO. It contains rules for code quality and documentation.

License

Notifications You must be signed in to change notification settings

aditosoftware/eslint-config-adito-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
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:

{
  "endOfLine": "auto"
}

Notes

The shared config was created in accordance with this documentation: https://eslint.org/docs/latest/extend/shareable-configs

About

This is a shared eslint config for the platform teams of ADITO. It contains rules for code quality and documentation.

Resources

License

Stars

Watchers

Forks