mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 22:56:44 +08:00

* refactoring-performance * Update and rename abaplint-basic.jsonc to abaplint-standard_abap_readiness.jsonc * Update abaplint-app.json * Update abaplint-app.json * refactoring * update lint fixes * refactoring * Update README.md
14 lines
286 B
JSON
14 lines
286 B
JSON
{
|
|
"configurations": {
|
|
"default": {
|
|
"filename": "./abaplint.jsonc"
|
|
},
|
|
"abap_standard_readiness": {
|
|
"filename": "./abaplint-standard_abap_readiness.jsonc"
|
|
},
|
|
"abap_cloud_readiness": {
|
|
"filename": "./abaplint-abap_cloud_readiness.jsonc"
|
|
}
|
|
}
|
|
}
|